9elements / firmware-action

Build system for firmware images for several open source firmware solutions
MIT License
10 stars 0 forks source link

add multi-architecture support (arm64) #341

Open AtomicFS opened 3 weeks ago

AtomicFS commented 3 weeks ago

It would be nice to add support for other architectures other than x86.

The golang code is already compiled for arm64, i386 and x86_64. And Docker containers do support multi-arch images. Not only that, dagger which we are using supports this too.