ContainX / docker-volume-netshare

Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin
http://netshare.containx.io
Apache License 2.0
1.12k stars 164 forks source link

Could binaries be built for armv6? #195

Open ralsina opened 3 years ago

ralsina commented 3 years ago

The current ARM binaries are armv7, which fail in a raspberry pi zero with "invalid instruction".

This is not a great problem since I am maybe the only person using docker in a raspberry pi zero, but hey, it's not a horribly hard thing to fix either (just set GOARM=5 IIUC)