Add arm support for build scripts
This commit is contained in:
@@ -157,6 +157,9 @@ is_supported_arch() {
|
|||||||
"x86_64")
|
"x86_64")
|
||||||
supported=1
|
supported=1
|
||||||
;;
|
;;
|
||||||
|
"arm"*)
|
||||||
|
supported=1
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
supported=0
|
supported=0
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user