An armhf debian image with qemu binary to run builds on non-armhf hosts (like Travis build agents).
2.1K
This project enables building a Docker image to allow running 32-bits ARM Debian builds on non-arm hosts (like Travis build agents).
Before building images from this image or running containers from those on x86
architecture execute the following command:
docker run --rm --privileged multiarch/qemu-user-static:register --reset
As described in its GitHub project this will register the static QEMU binary that exists in this base image for all supported processors.
Content type
Image
Digest
Size
29 MB
Last updated
almost 5 years ago
docker pull rycus86/armhf-debian-qemu