Browse Source

Merge pull request #31425 from vieux/choose_cross

pass DOCKER_CROSSPLATFORMS to the container in the Makefile
Sebastiaan van Stijn 8 years ago
parent
commit
fe9ab05886
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -23,6 +23,7 @@ DOCKER_ENVS := \
 	-e DOCKER_BUILD_ARGS \
 	-e DOCKER_BUILD_GOGC \
 	-e DOCKER_BUILD_PKGS \
+	-e DOCKER_CROSSPLATFORMS \
 	-e DOCKER_DEBUG \
 	-e DOCKER_EXPERIMENTAL \
 	-e DOCKER_GITCOMMIT \