This website works better with JavaScript
Home
Explore
Help
Sign In
fphammerle
/
docker-ipfs
mirror of
https://github.com/fphammerle/docker-ipfs
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
arch selector: added armv6l
Fabian Peter Hammerle
6 years ago
parent
cf94f4c445
commit
931de356ee
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
ipfs-arch.sh
+ 1
- 0
ipfs-arch.sh
View File
@@ -4,6 +4,7 @@
case
$(arch)
in
x86_64)
echo
amd64 ;;
aarch64)
+ armv6l)
echo
arm ;;
*)
exit
1 ;;