Set GOPATH, add diagnostics

pull/5272/head
tstromberg 2019-09-05 10:23:37 -07:00
parent 271ddb1595
commit e3ad0bb20e
1 changed files with 4 additions and 1 deletions

View File

@ -33,8 +33,11 @@ grep -E "^VERSION_MAJOR \\?=" Makefile | grep "${VERSION_MAJOR}"
grep -E "^VERSION_MINOR \\?=" Makefile | grep "${VERSION_MINOR}"
grep -E "^VERSION_BUILD \\?=" Makefile | grep "${VERSION_BUILD}"
# Diagnostics
go env GOPATH
# Build and upload
env BUILD_IN_DOCKER=y \
env GOPATH=$HOME/go BUILD_IN_DOCKER=y \
make -j 16 \
all \
out/minikube-installer.exe \