We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--platform
build.sh
1 parent 8dda348 commit 4bf5b19Copy full SHA for 4bf5b19
build.sh
@@ -2,6 +2,6 @@
2
set -a
3
4
. ./deps.list
5
-docker buildx build --platform linux/amd64,linux/arm64 \
+docker buildx build \
6
$(for v in $(cut -d '=' -f 1 < deps.list); do printf "%s " "--build-arg $v=$(printenv ${v})"; done) \
7
${@} .
0 commit comments