mirror of https://github.com/k3s-io/k3s
fix make release/quick-release doesn't respect go build flags
parent
4def5add11
commit
396695af15
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue