Skip to content

Commit 0c89c63

Browse files
authored
Merge pull request #167 from andyzhangx/update-release-tools
Update release tools
2 parents ac023bf + 967f714 commit 0c89c63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release-tools/build.make

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ $(CMDS:%=push-multiarch-%): push-multiarch-%: check-pull-base-ref build-%
149149
--platform=$$os/$$arch \
150150
--file $$(eval echo \$${dockerfile_$$os}) \
151151
--build-arg binary=./bin/$*$$suffix \
152+
--build-arg ARCH=$$arch \
152153
--label revision=$(REV) \
153154
.; \
154155
done; \

0 commit comments

Comments
 (0)