Skip to content
Snippets Groups Projects
Commit 23e4451d authored by Frédéric Bonnard's avatar Frédéric Bonnard Committed by Samuel Thibault
Browse files

Add support for cross-building

Here is some minimal support to enable to build debian-installer on
another arch than the target (ppc64el on amd64 here).
I have been asked this enablement to do CI on the installer and its
components without having for instance a ppc64el machine and still be
able to generate the debian-installer especially on salsa.
Which works now, but other combinations may need specific changes or be
not possible at all.

For ppc64el generation on amd64, one now just need a :
sbuild --on amd64 --host ppc64el --profiles=cross,nocheck

The mini.iso just worked fine. It also worked for powerpc on amd64 but
I didn't test the result.
parent 4402dd50
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment