We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f07f6 commit c59ab70Copy full SHA for c59ab70
1 file changed
tests/e2e/pkg/tester/tester.go
@@ -395,7 +395,7 @@ func (t *Tester) addNodeOSArchFlag() error {
395
return err
396
}
397
for _, ig := range igs {
398
- if strings.Contains(ig.Spec.Image, "arm64") {
+ if strings.Contains(ig.Spec.Image, "arm64") || strings.Contains(ig.Spec.Image, "aarch64") {
399
klog.Info("Setting --node-os-arch=arm64")
400
t.TestArgs += " --node-os-arch=arm64"
401
break
0 commit comments