reorganize hack slightly

This commit is contained in:
Benjamin Elder
2019-05-07 18:42:22 -07:00
parent 981ec1db5d
commit 4d0095763c
3 changed files with 2 additions and 2 deletions

View File

@@ -18,8 +18,8 @@
# settings
REPO_ROOT=$(PWD)
# autodetect host GOOS and GOARCH by default, even if go is not installed
GOOS=$(shell hack/goos.sh)
GOARCH=$(shell hack/goarch.sh)
GOOS=$(shell hack/util/goos.sh)
GOARCH=$(shell hack/util/goarch.sh)
# use the official module proxy by default
GOPROXY=https://proxy.golang.org
# default build image