Skip to content

Commit

Permalink
ci: do not build arm/v7
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Nov 20, 2023
1 parent bcc49c8 commit c92bad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/buildAndPush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else # other error
fi

docker buildx build --push \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--platform linux/amd64,linux/arm64 \
$TAGS \
--build-arg COMMIT_HASH=$COMMIT_HASH \
--build-arg BUILD_NUMBER=$BUILD_NUMBER \
Expand Down

0 comments on commit c92bad0

Please sign in to comment.