This website works better with JavaScript.
Explore
Help
Sign In
oyd
/
minio
Watch
6
Star
1
Fork
You've already forked minio
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Add arm support for build scripts
Browse Source
master
Harshavardhana
9 years ago
parent
ed9ef861e1
commit
32898c72fa
1 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
3
buildscripts/checkdeps.sh
3
buildscripts/checkdeps.sh
Unescape
Escape
View File
@ -157,6 +157,9 @@ is_supported_arch() {
"x86_64"
)
supported
=
1
;
;
"arm"
*
)
supported
=
1
;
;
*
)
supported
=
0
;
;
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
oyd/minio
Title
Body
Create Issue