File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,8 @@ $(CMDS:%=push-multiarch-%): push-multiarch-%: check-pull-base-ref build-%
183
183
--build-arg binary=./bin/$*.exe \
184
184
--label revision=$(REV) \
185
185
.; \
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; \
188
188
fi; \
189
189
images=$$(echo "$$build_platforms" | tr ';' '\n' | while read -r os arch buildx_platform suffix base_image addon_image; do \
190
190
escaped_base_image=$${base_image/:/-}; \
You can’t perform that action at this time.
0 commit comments