mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03: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")
|
"x86_64")
|
||||||
supported=1
|
supported=1
|
||||||
;;
|
;;
|
||||||
|
"arm"*)
|
||||||
|
supported=1
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
supported=0
|
supported=0
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user