Skip to content

Commit

Permalink
fix make release/quick-release doesn't respect go build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceauyeung committed May 25, 2017
1 parent 4def5ad commit 396695a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,9 @@ function kube::build::run_build_command_ex() {
--env "KUBE_FASTBUILD=${KUBE_FASTBUILD:-false}"
--env "KUBE_BUILDER_OS=${OSTYPE:-notdetected}"
--env "KUBE_VERBOSE=${KUBE_VERBOSE}"
--env "GOFLAGS=${GOFLAGS:-}"
--env "GOLDFLAGS=${GOLDFLAGS:-}"
--env "GOGCFLAGS=${GOGCFLAGS:-}"
)

# If we have stdin we can run interactive. This allows things like 'shell.sh'
Expand Down

0 comments on commit 396695a

Please sign in to comment.