9elements / firmware-action

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

feat: dockerfile support multi arch #361

Closed AtomicFS closed 6 days ago

AtomicFS commented 1 week ago

Preparing for multi-arch support, arm64 specifically.

I did test the functionality manually on arm64 machine, so I guess it is fine for now. I definitely still works for x86 (amd64) since the tests are passing.

If there is some issue with arm64 builds, then I can fix them in PR which will actually use this feature.