From 997212f401d7c79b86b8cd8a304ccefd6380e9e4 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 31 Jul 2019 08:39:05 -0400 Subject: [PATCH] Add ppc64le to qemu dockerfile --- images/qemu/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/qemu/Dockerfile b/images/qemu/Dockerfile index 5c49715..d209cea 100644 --- a/images/qemu/Dockerfile +++ b/images/qemu/Dockerfile @@ -51,6 +51,7 @@ 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 /share/qemu/ /share/qemu/ COPY --from=0 /lib/x86_64-linux-gnu/libnss_dns-2.28.so /lib/x86_64-linux-gnu/ -- 2.38.5