Commit 38690ff7 authored by Jeff Grafton's avatar Jeff Grafton

build: don't call unset_platform_envs before building

parent 1e09f64a
......@@ -219,8 +219,6 @@ kube::golang::set_platform_envs() {
[[ -n ${1-} ]] || {
kube::log::error_exit "!!! Internal error. No platform set in kube::golang::set_platform_envs"
}
# make sure we have a clean slate first
kube::golang::unset_platform_envs
export GOOS=${platform%/*}
export GOARCH=${platform##*/}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment