Skip to content

jgogstad/arm32v7-debian-qemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

arm32v7-debian-qemu

The official arm32v7/debian image extended with qemu-arm-static. See Dockerfile.

Allows for building images for ARM on x86. Linux and macOS supported.

Instructions

  1. Register the QEMU build agent:

    docker run --rm --privileged multiarch/qemu-user-static:register --reset
    
  2. Extend this image and build as normal

    FROM jgogstad/arm32v7-debian:jessie
    
    CMD ["bash"]
    

About

Debian base image with embedded QEMU binary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published