mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user