Skip to content

Commit 1ebb108

Browse files
sdmacleabekir-ozturk
authored andcommitted
Support macos-arm64
On macos-arm64 uname -m returns arm64. Update get_machine_architecture()
1 parent b732e7b commit 1ebb108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ get_machine_architecture() {
303303
echo "arm"
304304
return 0
305305
;;
306-
aarch64)
306+
aarch64|arm64)
307307
echo "arm64"
308308
return 0
309309
;;

0 commit comments

Comments
 (0)