mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +00:00
Use 'go install' to build all commands at the same time.
'go build' compiles the packages but discards the results if multiple packages specified.
This commit is contained in:
@@ -49,7 +49,7 @@ set +e
|
||||
API_PORT=8080
|
||||
KUBELET_PORT=10250
|
||||
|
||||
GO_OUT=$(dirname $0)/../output/go
|
||||
GO_OUT=$(dirname $0)/../output/go/bin
|
||||
|
||||
APISERVER_LOG=/tmp/apiserver.log
|
||||
${GO_OUT}/apiserver \
|
||||
|
Reference in New Issue
Block a user