mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
Merge pull request #931 from harshavardhana/add-arm-support
Add arm support for build scripts
This commit is contained in:
commit
e8892a9f3c
@ -157,6 +157,9 @@ is_supported_arch() {
|
|||||||
"x86_64")
|
"x86_64")
|
||||||
supported=1
|
supported=1
|
||||||
;;
|
;;
|
||||||
|
"arm"*)
|
||||||
|
supported=1
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
supported=0
|
supported=0
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user