Skip to content

Commit 45f89f6

Browse files
committed
add support for hpc7g arm images
Signed-off-by: sochat1 <[email protected]>
1 parent 80e0c8d commit 45f89f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/utils/instance/instance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ func IsARMInstanceType(instanceType string) bool {
2020
strings.HasPrefix(instanceType, "im4g") ||
2121
strings.HasPrefix(instanceType, "is4g") ||
2222
strings.HasPrefix(instanceType, "g5g") ||
23+
strings.HasPrefix(instanceType, "hpc7g") ||
2324
strings.HasPrefix(instanceType, "x2g")
2425
}
2526

0 commit comments

Comments
 (0)