Skip to content

Commit

Permalink
Remove ARMv7 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Sep 15, 2023
1 parent c54b8be commit 51dde5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_docker_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/arm,linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 51dde5e

Please sign in to comment.