Skip to content

Commit e195012

Browse files
authored
fix: windows hpc image build failure#6
1 parent 79e848d commit e195012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-tools/build.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ $(CMDS:%=push-multiarch-%): push-multiarch-%: check-pull-base-ref build-%
183183
--build-arg binary=./bin/$*.exe \
184184
--label revision=$(REV) \
185185
.; \
186-
docker manifest create --amend $(IMAGE_NAME):$$tag-amd64-windows-hp $(IMAGE_NAME):$$tag-amd64-windows-hp; \
187-
docker manifest push -p $(IMAGE_NAME):$$tag-amd64-windows-hp; \
186+
docker manifest create --amend $(IMAGE_NAME):$$tag-windows-hp $(IMAGE_NAME):$$tag-amd64-windows-hp; \
187+
docker manifest push -p $(IMAGE_NAME):$$tag-windows-hp; \
188188
fi; \
189189
images=$$(echo "$$build_platforms" | tr ';' '\n' | while read -r os arch buildx_platform suffix base_image addon_image; do \
190190
escaped_base_image=$${base_image/:/-}; \

0 commit comments

Comments
 (0)