Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 513b0c6

Browse files
committed
ci: Remove problematic platforms for now
1 parent 36f51ba commit 513b0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
DOCKERHUB_REGISTRY: docker.io
1717
IMAGE_NAME: ${{ github.repository }}
1818
TEST_TAG: triliumnext/notes:test
19-
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
19+
PLATFORMS: linux/amd64,linux/arm64
2020

2121
jobs:
2222
test_docker:

0 commit comments

Comments
 (0)