docker: Add powerpc64le/s390x mappings. * guix/docker.scm (build-docker-image): Recognize powerpc64le and s390x. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 3 insertions(+), 1 deletions(-) M guix/docker.scm
M guix/docker.scm => guix/docker.scm +3 -1
@@ 326,7 326,9 @@ added to image as a layer." ("arm" "arm") ("aarch64" "arm64") ("mips64" "mips64le") ("riscv64" "riscv64"))))) ("powerpc64le" "ppc64le") ("riscv64" "riscv64") ("s390x" "s390x"))))) ;; Make sure we start with a fresh, empty working directory. (mkdir directory) (with-directory-excursion directory