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.
1 parent 6c66087 commit aeb780cCopy full SHA for aeb780c
hack/prow/minikube_cross_build.sh
@@ -40,7 +40,7 @@ export MINIKUBE_BIN="out/minikube-${OS_ARCH}"
40
export E2E_BIN="out/e2e-${OS_ARCH}"
41
chmod +x "${MINIKUBE_BIN}" "${E2E_BIN}"
42
43
-BUILT_VERSION=$("out/minikube-$(go env GOOS)-$(go env GOARCH)" version)
+BUILT_VERSION=$("out/minikube-${OS_ARCH}" version)
44
echo ${BUILT_VERSION}
45
46
COMMIT=$(echo ${BUILT_VERSION} | grep 'commit:' | awk '{print $2}')
0 commit comments