Skip to content

Commit

Permalink
fix: windows hpc image build failure#2
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored Jan 1, 2025
1 parent 57fb626 commit dc3b6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-tools/build.make
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ $(CMDS:%=push-multiarch-%): push-multiarch-%: check-pull-base-ref build-%
--build-arg binary=./bin/$*.exe \
--label revision=$(REV) \
.; \
docker manifest create --amend $(IMAGE_NAME):$$tag-windows-hp; \
docker manifest create --amend $(IMAGE_NAME):$$tag-windows-hp $(IMAGE_NAME):$$tag-windows-hp; \
docker manifest push -p $(IMAGE_NAME):$$tag-windows-hp; \
fi; \
images=$$(echo "$$build_platforms" | tr ';' '\n' | while read -r os arch buildx_platform suffix base_image addon_image; do \
Expand Down

0 comments on commit dc3b6b4

Please sign in to comment.