mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
[go1.15] Remove client support for darwin/386
Removed in go1.15 (GH/golang/go/issues/37610). Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
17a2e5e990
commit
05ffc95347
@ -49,7 +49,6 @@ readonly KUBE_SUPPORTED_CLIENT_PLATFORMS=(
|
||||
linux/s390x
|
||||
linux/ppc64le
|
||||
darwin/amd64
|
||||
darwin/386
|
||||
windows/amd64
|
||||
windows/386
|
||||
)
|
||||
|
@ -50,7 +50,7 @@ var (
|
||||
"darwin/amd64", "linux/arm",
|
||||
"linux/386", "windows/amd64",
|
||||
"linux/arm64", "linux/ppc64le",
|
||||
"linux/s390x", "darwin/386",
|
||||
"linux/s390x",
|
||||
}
|
||||
|
||||
// directories we always ignore
|
||||
|
Loading…
Reference in New Issue
Block a user