From c12d1b6038bde53e9aafe692ce04dae3eb7142de Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 31 Jul 2019 09:04:37 -0400 Subject: [PATCH] qemu: ppc64le is provided by qemu-system-ppc64 --- images/qemu/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/images/qemu/Dockerfile b/images/qemu/Dockerfile index a9b4b41..7f6238f 100644 --- a/images/qemu/Dockerfile +++ b/images/qemu/Dockerfile @@ -51,7 +51,6 @@ COPY --from=0 /bin/qemu-system-i386 /bin/ COPY --from=0 /bin/qemu-system-aarch64 /bin/ COPY --from=0 /bin/qemu-system-arm /bin/ COPY --from=0 /bin/qemu-system-ppc64 /bin/ -COPY --from=0 /bin/qemu-system-ppc64le /bin/ COPY --from=0 /bin/qemu-system-s390x /bin/ COPY --from=0 /bin/qemu-system-mips /bin/ COPY --from=0 /bin/qemu-system-mipsel /bin/ -- 2.38.5