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 7bc70e5 commit e314a56Copy full SHA for e314a56
build.make
@@ -149,6 +149,7 @@ $(CMDS:%=push-multiarch-%): push-multiarch-%: check-pull-base-ref build-%
149
--platform=$$os/$$arch \
150
--file $$(eval echo \$${dockerfile_$$os}) \
151
--build-arg binary=./bin/$*$$suffix \
152
+ --build-arg ARCH=$$arch \
153
--label revision=$(REV) \
154
.; \
155
done; \
0 commit comments