Set GOPATH, add diagnostics
parent
271ddb1595
commit
e3ad0bb20e
|
@ -33,8 +33,11 @@ grep -E "^VERSION_MAJOR \\?=" Makefile | grep "${VERSION_MAJOR}"
|
||||||
grep -E "^VERSION_MINOR \\?=" Makefile | grep "${VERSION_MINOR}"
|
grep -E "^VERSION_MINOR \\?=" Makefile | grep "${VERSION_MINOR}"
|
||||||
grep -E "^VERSION_BUILD \\?=" Makefile | grep "${VERSION_BUILD}"
|
grep -E "^VERSION_BUILD \\?=" Makefile | grep "${VERSION_BUILD}"
|
||||||
|
|
||||||
|
# Diagnostics
|
||||||
|
go env GOPATH
|
||||||
|
|
||||||
# Build and upload
|
# Build and upload
|
||||||
env BUILD_IN_DOCKER=y \
|
env GOPATH=$HOME/go BUILD_IN_DOCKER=y \
|
||||||
make -j 16 \
|
make -j 16 \
|
||||||
all \
|
all \
|
||||||
out/minikube-installer.exe \
|
out/minikube-installer.exe \
|
||||||
|
|
Loading…
Reference in New Issue