Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit f398838

Browse files
authoredNov 6, 2023
feat(installer): support aarch64 as alias for arm64 (#160)
Signed-off-by: Mattia Buccarella <m.buccarella@gmail.com>
1 parent 0fae22b commit f398838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎static/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ case $UNAME_ARC in
119119
"x86_64")
120120
ARC="amd64"
121121
;;
122-
"arm64")
122+
"arm64"|"aarch64")
123123
ARC="arm64"
124124
;;
125125
*)

0 commit comments

Comments
 (0)