Skip to content

Commit

Permalink
ci: Remove problematic platforms for now
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Aug 8, 2024
1 parent 36f51ba commit 513b0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
DOCKERHUB_REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}
TEST_TAG: triliumnext/notes:test
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
PLATFORMS: linux/amd64,linux/arm64

jobs:
test_docker:
Expand Down

0 comments on commit 513b0c6

Please sign in to comment.