mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
fix make release/quick-release doesn't respect go build flags
This commit is contained in:
parent
4def5add11
commit
396695af15
@ -558,6 +558,9 @@ function kube::build::run_build_command_ex() {
|
|||||||
--env "KUBE_FASTBUILD=${KUBE_FASTBUILD:-false}"
|
--env "KUBE_FASTBUILD=${KUBE_FASTBUILD:-false}"
|
||||||
--env "KUBE_BUILDER_OS=${OSTYPE:-notdetected}"
|
--env "KUBE_BUILDER_OS=${OSTYPE:-notdetected}"
|
||||||
--env "KUBE_VERBOSE=${KUBE_VERBOSE}"
|
--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'
|
# If we have stdin we can run interactive. This allows things like 'shell.sh'
|
||||||
|
Loading…
Reference in New Issue
Block a user