withfig / fig

Public issue tracker for Fig.
https://fig.io
MIT License
2.04k stars 63 forks source link

armv7l support #1713

Open ohmantics opened 2 years ago

ohmantics commented 2 years ago

Sanity checks

Feature Details

I've still got some Raspberry Pi Model 3s in use. uname -m returns armv7l.

ohmantics commented 2 years ago

This would be for SSH remote support, but I'm sure there are users that would like full support as well.

clo4 commented 2 years ago

Would also be useful for our testing. To test on Linux I have to use x86 emulation on my Mac mini, would be nice to have native arm support

grant0417 commented 2 years ago

I think it is unlikely we will support any 32-bit targets, a lot of our assumptions rely on 64-bit targets, although it is possible.