dyne / docker-devuan-builds

Slim docker base images based on Devuan
https://devuan.org
21 stars 8 forks source link

docker builds for other architectures #2

Open PalinuroSec opened 4 years ago

PalinuroSec commented 4 years ago

is it possible to use these docker containers to build packages for all the other supported architectures from an x64 machine?

jaromil commented 4 years ago

Currently cross-building needs a qemu-arm bootstrapped system and is automated in devuan's sdk.

I see this tutorial uses a different approach by copying the qemu-arm interpreter INSIDE the docker creating a base image capable of running armhf binaries on x86.

I haven't tried it.