support s390x node images

This commit is contained in:
Antonio Ojea
2021-10-14 09:32:50 +02:00
parent 958fa6f785
commit 083e409f77

View File

@@ -74,6 +74,7 @@ func supportedArch(arch string) bool {
case "amd64":
case "arm64":
case "ppc64le":
case "s390x":
}
return true
}