Skip to content

Files

Latest commit

134e15e · Mar 14, 2019

History

History

ppc64le

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 14, 2018
Mar 14, 2019
Aug 14, 2018
Aug 14, 2018

To build ppc64le images on x86:

  1. First run this on the builder machine:
docker run --rm --privileged multiarch/qemu-user-static:register
  1. On the builder machine, download the ppc64le qemu static binary:
wget https://github.com/multiarch/qemu-user-static/releases/download/v2.7.0/qemu-ppc64le-static.tar.gz
tar zxf qemu-ppc64le-static.tar.gz
  1. Put qemu-ppc64le-static in the directory containing the Dockerfile, and make sure you have a line in the Dockerfile near the top like this:
COPY qemu-ppc64le-static /usr/bin/qemu-ppc64le-static
  1. Build the docker image

  2. Use docker2singularity