drop arm (not arm64) from builds

This commit is contained in:
Benjamin Elder
2020-06-17 18:19:21 -07:00
parent c83d0bd0ab
commit 5ad8ae5f45
4 changed files with 1 additions and 4 deletions

View File

@@ -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":
}