Sign inSign up

rycus86/armhf-alpine-qemu

By rycus86

Updated about 7 years ago

An armhf alpine image with qemu binary to run builds on non-armhf hosts (like Travis build agents).

Image
1

3.0K

rycus86/armhf-alpine-qemu repository overview

Alpine + QEMU + ARM (armhf)

Build Status Layers

This project enables building a Docker image to allow running 32-bits ARM Alpine Linux builds on non-arm hosts (like Travis build agents).

Usage

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.

Tag summary

Content type

Image

Digest

Size

3.9 MB

Last updated

about 7 years ago

docker pull rycus86/armhf-alpine-qemu