Skip to content

Commit

Permalink
Temporary remove armv7 image build
Browse files Browse the repository at this point in the history
Since there is no Rust Docker image for armv7 on Alpine 3.14
May related to rust-lang/docker-rust#72
  • Loading branch information
Leo1003 committed Sep 7, 2021
1 parent 21b329b commit ecfe67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64

0 comments on commit ecfe67c

Please sign in to comment.