We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26de2a1 + 7ee93ce commit cb8241aCopy full SHA for cb8241a
hack/build-go.sh
@@ -30,4 +30,4 @@ fi
30
mkdir -p ${BIN_PATH}
31
32
echo "Building ${REPO} (${VERSION_OVERRIDE})"
33
-CGO_ENABLED=0 GOOS=${GOOS} GOARCH=${GOARCH} go build ${GOFLAGS} -ldflags "${GLDFLAGS}" -o ${BIN_PATH}/cluster-version-operator ${REPO}/cmd/...
+GOOS=${GOOS} GOARCH=${GOARCH} go build ${GOFLAGS} -ldflags "${GLDFLAGS}" -o ${BIN_PATH}/cluster-version-operator ${REPO}/cmd/...
0 commit comments