We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c3f62 commit 57fb626Copy full SHA for 57fb626
release-tools/build.make
@@ -177,7 +177,7 @@ $(CMDS:%=push-multiarch-%): push-multiarch-%: check-pull-base-ref build-%
177
done; \
178
if [ -f "$$dockerfile_windows_hp" ]; then \
179
docker buildx build --push \
180
- --tag $(IMAGE_NAME):$$escaped_buildx_platform-$$os-$$escaped_base_image$$tag-windows-hp \
+ --tag $(IMAGE_NAME):$$tag-windows-hp \
181
--platform=windows/amd64 \
182
--file $$dockerfile_windows_hp \
183
--build-arg binary=./bin/$*.exe \
0 commit comments