accre / lstore

LStore - A fault-tolerant, performant distributed data storage framework.
http://www.lstore.org
Apache License 2.0
4 stars 5 forks source link

32-bit support #13

Closed PerilousApricot closed 8 years ago

PerilousApricot commented 8 years ago

The packaging could be amended to produce 32-bit builds using one of the numerous recipes for getting a 32-bit docker image. Nightmare mode: produce ARM builds as well. The same 32-bit docker image tools can be used to debootstrap an armv6 or armv7 image, then qemu can be used to emulate arm to execute the binaries. LStore on a raspberry pi would be a neat little trick.

PerilousApricot commented 8 years ago

See also: https://github.com/dweinstein/dockerfile-qemu-arm-chroot

PerilousApricot commented 8 years ago

32 bit docker is really really unsupported, and there's no demand for 32 bit binaries that I know of.