Skip to content

Commit

Permalink
Merge pull request #3106 from saschagrunert/arm
Browse files Browse the repository at this point in the history
Drop `arm` arch from `kubepkg`
  • Loading branch information
k8s-ci-robot authored Jun 6, 2023
2 parents 23165c1 + 660bad2 commit 2c856db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubepkg/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var (
"release", "testing", "nightly",
}
supportedArchitectures = []string{
"amd64", "arm", "arm64", "ppc64le", "s390x",
"amd64", "arm64", "ppc64le", "s390x",
}
latestTemplateDir = filepath.Join(templateRootDir, "latest")
)
Expand Down

0 comments on commit 2c856db

Please sign in to comment.