Skip to content

Commit

Permalink
chore: disable arm v7 container build
Browse files Browse the repository at this point in the history
See rust-lang/cargo#8719

Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Apr 6, 2023
1 parent a92fdd5 commit 4cc64ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
push: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 4cc64ff

Please sign in to comment.