Skip to content

Commit db3f7d6

Browse files
authored
Merge pull request #78 from Escape-Technologies/fix/support-aarch64
fix: support aarch64
2 parents 54f2b25 + ede569b commit db3f7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ case "$(uname -m)" in
2323
"x86_64")
2424
platform="amd64"
2525
;;
26-
"arm64")
26+
"arm64"|"aarch64")
2727
platform="arm64"
2828
;;
2929
*)

0 commit comments

Comments
 (0)