mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
pass DOCKER_CROSSPLATFORMS to the container in the Makefile
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
7fb83eb762
commit
8aa1158164
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -23,6 +23,7 @@ DOCKER_ENVS := \
|
||||||
-e DOCKER_BUILD_ARGS \
|
-e DOCKER_BUILD_ARGS \
|
||||||
-e DOCKER_BUILD_GOGC \
|
-e DOCKER_BUILD_GOGC \
|
||||||
-e DOCKER_BUILD_PKGS \
|
-e DOCKER_BUILD_PKGS \
|
||||||
|
-e DOCKER_CROSSPLATFORMS \
|
||||||
-e DOCKER_DEBUG \
|
-e DOCKER_DEBUG \
|
||||||
-e DOCKER_EXPERIMENTAL \
|
-e DOCKER_EXPERIMENTAL \
|
||||||
-e DOCKER_GITCOMMIT \
|
-e DOCKER_GITCOMMIT \
|
||||||
|
|
Loading…
Reference in a new issue