mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #637 from kelseyhightower/fix-build-go
Fix hack/build-go.sh to work on all platforms
This commit is contained in:
commit
d102b9c845
@ -31,4 +31,7 @@ if [ $# -gt 0 ]; then
|
||||
BINARIES="$@"
|
||||
fi
|
||||
|
||||
go build $(for b in $BINARIES; do echo "${KUBE_GO_PACKAGE}"/${b}; done)
|
||||
for b in ${BINARIES}; do
|
||||
echo "+++ Building ${b}"
|
||||
go build "${KUBE_GO_PACKAGE}/${b}"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user