Add arm support for build scripts

This commit is contained in:
Harshavardhana 2015-10-20 11:47:45 -07:00
parent ed9ef861e1
commit 32898c72fa

View File

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