Skip to content

Commit

Permalink
chore(ci): remove arm target for speed feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jan 23, 2024
1 parent 39eeb4e commit 0f490f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release-workflow/docker-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo >/dev/null

push() {
docker buildx build --platform=linux/amd64,linux/arm64,linux/arm \
docker buildx build --platform=linux/amd64,linux/arm64 \
--output=type=image,push=true \
-t ${DOCKER_IMAGE_ORG_AND_NAME}:$1 .
}
Expand Down

0 comments on commit 0f490f9

Please sign in to comment.