Browse code

pass DOCKER_CROSSPLATFORMS to the container in the Makefile

Signed-off-by: Victor Vieux <victorvieux@gmail.com>

Victor Vieux authored on 2017/03/01 03:14:19
Showing 1 changed files
... ...
@@ -23,6 +23,7 @@ DOCKER_ENVS := \
23 23
 	-e DOCKER_BUILD_ARGS \
24 24
 	-e DOCKER_BUILD_GOGC \
25 25
 	-e DOCKER_BUILD_PKGS \
26
+	-e DOCKER_CROSSPLATFORMS \
26 27
 	-e DOCKER_DEBUG \
27 28
 	-e DOCKER_EXPERIMENTAL \
28 29
 	-e DOCKER_GITCOMMIT \