Skip to content

Commit

Permalink
feat: remove armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
stulzq committed Apr 7, 2023
1 parent 8306ef9 commit 3dabf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
pull: true
labels: |
Expand Down

0 comments on commit 3dabf0c

Please sign in to comment.