Skip to content

Commit bec5360

Browse files
authored
Merge pull request #3634 from ActiveState/mitchell/dx-3217
Recognize arm arch coming from the Platform.
2 parents d540a91 + 2bb10eb commit bec5360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/platform/model/checkpoints.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ func platformArchToHostArch(arch, bits string) string {
282282
return "sparc64"
283283
case "x86":
284284
return "amd64"
285+
case "arm":
286+
return "arm64"
285287
}
286288
}
287289
return "unrecognized"

0 commit comments

Comments
 (0)