9elements / firmware-action

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

feat(docker): compile toolchains separately #368

Open AtomicFS opened 3 days ago

AtomicFS commented 3 days ago

At the moment this is not used yet, but will be.

Basically I am moving the compilation of the tool-chains out of the Dockerfile, as I believe this to be the only reasonable way to achieve multi-arch docker containers.

There is a lot to comprehend, so here are some notes as to why:

UPDATE:

AtomicFS commented 1 hour ago

@MDr164 I think that this is ready for preview.

Next PR will replace the in Dockerfile toolchain compilation with these pre-compiled toolchains.