mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
add darwin/amd64 to CLI build
This commit is contained in:
@@ -42,6 +42,7 @@ else
|
||||
fi < <(cat <<EOF | tr '\n' '\0'
|
||||
export GOOS=windows GOARCH=amd64
|
||||
export GOOS=darwin GOARCH=amd64
|
||||
export GOOS=darwin GOARCH=arm64
|
||||
export GOOS=linux GOARCH=amd64
|
||||
export GOOS=linux GOARCH=arm64
|
||||
export GOOS=linux GOARCH=ppc64le
|
||||
|
||||
Reference in New Issue
Block a user