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 dc3b6b4 commit f9f3c34Copy full SHA for f9f3c34
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):$$tag-windows-hp \
+ --tag $(IMAGE_NAME):$$tag-amd64-windows-hp \
181
--platform=windows/amd64 \
182
--file $$dockerfile_windows_hp \
183
--build-arg binary=./bin/$*.exe \
0 commit comments