Merge pull request #167 from andyzhangx/update-release-tools

Update release tools
This commit is contained in:
Andy Zhang 2021-02-22 20:55:14 +08:00 committed by GitHub
commit 0c89c6348b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; \