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