mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
drop arm (not arm64) from builds
This commit is contained in:
@@ -74,7 +74,6 @@ func supportedArch(arch string) bool {
|
||||
return false
|
||||
// currently we nominally support building node images for these
|
||||
case "amd64":
|
||||
case "arm":
|
||||
case "arm64":
|
||||
case "ppc64le":
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user