Skip to content

Commit

Permalink
Merge pull request #134 from andyzhangx/add-build-arg
Browse files Browse the repository at this point in the history
add build-arg ARCH
  • Loading branch information
k8s-ci-robot committed Feb 22, 2021
2 parents 7bc70e5 + e314a56 commit df76aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.make
Expand Up @@ -149,6 +149,7 @@ $(CMDS:%=push-multiarch-%): push-multiarch-%: check-pull-base-ref build-%
--platform=$$os/$$arch \
--file $$(eval echo \$${dockerfile_$$os}) \
--build-arg binary=./bin/$*$$suffix \
--build-arg ARCH=$$arch \
--label revision=$(REV) \
.; \
done; \
Expand Down

0 comments on commit df76aba

Please sign in to comment.