mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
reorganize hack slightly
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user