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