Skip to content

Commit

Permalink
chore: remove arm/v7
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Apr 11, 2024
1 parent 73a8e03 commit fa9711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
GIT_TAG=${GIT_TAG#refs/tags/}
docker buildx build \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--platform linux/amd64,linux/arm64 \
-t $IMAGE_NAME:latest \
-t $IMAGE_NAME:$GIT_TAG \
--push .

0 comments on commit fa9711a

Please sign in to comment.