There are some concerns regarding handling packages when shipping for any ARM-based architecture, my initial idea was to ship only for Aarch64, as that's the easiest target for us all to test on
One big issue however is that ALARM currently uses the old *.pkg.tar.xz
format, while Arch nowadays uses *.pkg.tar.zst
, this means that we'd have to rebuild all the packages we ship for each ARM architecture we aim to support
With the newer automation-focused features of Malachite, we should theoretically be able to do this fairly easily, but that would still require reliable ARM machines for us to do this on
I do have ARM-based machines, just not enough SSDs to go around (I would rather not host a build server on my previously opened-up 80GB HDD)