Merge pull request #25481 from keloyang/build-args-docker-env

Add DOCKER_BUILD_ARGS to DOCKER_ENVS in Makefile
This commit is contained in:
Vincent Demeester 2016-08-25 18:56:08 +02:00 committed by GitHub
commit a36016cd3a

View file

@ -13,6 +13,7 @@ DOCKERFILE := $(shell bash -c 'source hack/make/.detect-daemon-osarch && echo $$
DOCKER_ENVS := \
-e BUILDFLAGS \
-e KEEPBUNDLE \
-e DOCKER_BUILD_ARGS \
-e DOCKER_BUILD_GOGC \
-e DOCKER_BUILD_PKGS \
-e DOCKER_DEBUG \