Added arm64 support to the install script
This commit is contained in:
parent
7042811ee6
commit
a32f8118b1
|
@ -97,7 +97,7 @@ detect_cpu()
|
|||
CPU=armv7
|
||||
;;
|
||||
|
||||
aarch64)
|
||||
aarch64 | arm64)
|
||||
CPU=arm64
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue