Merge pull request #931 from harshavardhana/add-arm-support

Add arm support for build scripts
This commit is contained in:
Harshavardhana
2015-10-20 12:26:41 -07:00

View File

@@ -157,6 +157,9 @@ is_supported_arch() {
"x86_64")
supported=1
;;
"arm"*)
supported=1
;;
*)
supported=0
;;