Skip to content

Commit

Permalink
Fix build-push-images.sh test
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Jan 5, 2024
1 parent ce1bceb commit 36a8624
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/build-push-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@ docker buildx build --load \
docker buildx build --load \
"${GH_UBI8_TAGS[@]}" \
"${UBI8_ARGS[@]}" \
--platform linux/amd64,linux/arm64 \
--platform linux/amd644 \
.

docker buildx build --load \
"${GH_UBI8_TAGS[@]}" \
"${UBI8_ARGS[@]}" \
--platform linux/arm64 \
.

TAGS_TO_PUSH=("${GH_ARM64_TAGS[@]}" "${GH_TAGS[@]}" "${GH_UBI_TAGS[@]}" "${GH_UBI8_TAGS[@]}")
Expand Down

0 comments on commit 36a8624

Please sign in to comment.