0xFableOrg / roll-op

The simplest way to spin your own dev / prod rollup, fully configurable.
BSD 3-Clause Clear License
92 stars 25 forks source link

Support ARM Linux #20

Closed norswap closed 1 year ago

norswap commented 1 year ago

This would be convenient for Apple Silicon devs, as it lets them test the setup on fast Docker VMs (it's possible to emulated x64, but it's quite slow). It shouldn't be a lot of work, just adding more options for some of the binaries that we offer to download.

(In a sense we already support it, it's just that the auto install options in the scripts don't work right now.)

norswap commented 1 year ago

Fixed by #43