mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-21 12:57:44 -05:00
Fix test failures in OSX/Intel when inferring the platform (#1141)
This commit is contained in:
@@ -6,8 +6,9 @@ class UnixUtils {
|
||||
"Linux" : [
|
||||
"x86_64": "LinuxX64"
|
||||
],
|
||||
"Mac OS X": [
|
||||
"Darwin": [
|
||||
"x86_64": "DarwinX64",
|
||||
"arm64": "DarwinX64",
|
||||
]
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user