From a002ae6315a7c4f13b54f807da911eef10679818 Mon Sep 17 00:00:00 2001 From: Mike Dobozy Date: Tue, 27 Nov 2018 17:08:45 -0500 Subject: [PATCH] Added GOFLAGS support Signed-off-by: Mike Dobozy --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1b0c60dcd..a63d41f93 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,7 @@ shell: build-dirs build-image @# the volume bind-mount of $PWD/vendor/k8s.io/api is needed for code-gen to @# function correctly (ref. https://github.com/kubernetes/kubernetes/pull/64567) @docker run \ + -e GOFLAGS \ -i $(TTY) \ --rm \ -u $$(id -u):$$(id -g) \