File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ crossbuild: crossbuild-kops-linux-amd64 crossbuild-kops-linux-arm64 crossbuild-k
214
214
.PHONY : nodeup-amd64 nodeup-arm64
215
215
nodeup-amd64 nodeup-arm64 : nodeup-% :
216
216
mkdir -p ${DIST} /linux/$*
217
- GOOS=linux GOARCH=$* go build ${GCFLAGS} ${BUILDFLAGS} ${EXTRA_BUILDFLAGS} -o ${DIST} /linux/$* /nodeup ${LDFLAGS} " ${EXTRA_LDFLAGS} -X k8s.io/kops.Version=${VERSION} -X k8s.io/kops.GitVersion=${GITSHA} " k8s.io/kops/cmd/nodeup
217
+ GOEXPERIMENT=greenteagc GOOS=linux GOARCH=$* go build ${GCFLAGS} ${BUILDFLAGS} ${EXTRA_BUILDFLAGS} -o ${DIST} /linux/$* /nodeup ${LDFLAGS} " ${EXTRA_LDFLAGS} -X k8s.io/kops.Version=${VERSION} -X k8s.io/kops.GitVersion=${GITSHA} " k8s.io/kops/cmd/nodeup
218
218
219
219
.PHONY : nodeup
220
220
nodeup : nodeup-amd64
You can’t perform that action at this time.
0 commit comments