mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Add arm support for build scripts
This commit is contained in:
parent
ed9ef861e1
commit
32898c72fa
@ -157,6 +157,9 @@ is_supported_arch() {
|
||||
"x86_64")
|
||||
supported=1
|
||||
;;
|
||||
"arm"*)
|
||||
supported=1
|
||||
;;
|
||||
*)
|
||||
supported=0
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user