File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,10 @@ kube::golang::dedup() {
163
163
# to readonly.
164
164
# The configured vars will only contain platforms allowed by the
165
165
# KUBE_SUPPORTED* vars at the top of this file.
166
- declare -a -g KUBE_SERVER_PLATFORMS
167
- declare -a -g KUBE_CLIENT_PLATFORMS
168
- declare -a -g KUBE_NODE_PLATFORMS
169
- declare -a -g KUBE_TEST_PLATFORMS
166
+ declare -a KUBE_SERVER_PLATFORMS
167
+ declare -a KUBE_CLIENT_PLATFORMS
168
+ declare -a KUBE_NODE_PLATFORMS
169
+ declare -a KUBE_TEST_PLATFORMS
170
170
kube::golang::setup_platforms () {
171
171
if [[ -n " ${KUBE_BUILD_PLATFORMS:- } " ]]; then
172
172
# KUBE_BUILD_PLATFORMS needs to be read into an array before the next
@@ -219,7 +219,7 @@ kube::golang::setup_platforms() {
219
219
KUBE_CLIENT_PLATFORMS=(
220
220
darwin/amd64
221
221
linux/amd64
222
- )
222
+ )
223
223
readonly KUBE_CLIENT_PLATFORMS
224
224
else
225
225
KUBE_TEST_PLATFORMS=(linux/amd64)
You can’t perform that action at this time.
0 commit comments