Skip to content

Commit

Permalink
Merge pull request #8001 from cPu1/m8g-support
Browse files Browse the repository at this point in the history
Add support for M8g instance types
  • Loading branch information
cPu1 authored Oct 17, 2024
2 parents 56876e0 + 8110a64 commit 7da79c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/utils/instance/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func IsARMInstanceType(instanceType string) bool {
strings.HasPrefix(instanceType, "t4g") ||
strings.HasPrefix(instanceType, "m6g") ||
strings.HasPrefix(instanceType, "m7g") ||
strings.HasPrefix(instanceType, "m8g") ||
strings.HasPrefix(instanceType, "c6g") ||
strings.HasPrefix(instanceType, "c7g") ||
strings.HasPrefix(instanceType, "r6g") ||
Expand Down

0 comments on commit 7da79c5

Please sign in to comment.