From 8dd28e8e92643838c94dce2567f1a1e5166e4726 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 17 Oct 2018 17:41:58 +0200 Subject: [PATCH] Add missing s390x in the switch for qemu Dockerfile Signed-off-by: Alice Frosi --- tools/qemu/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/qemu/Dockerfile b/tools/qemu/Dockerfile index 8627bf945..b33ac618c 100644 --- a/tools/qemu/Dockerfile +++ b/tools/qemu/Dockerfile @@ -12,6 +12,9 @@ RUN apk add --no-cache --initdb -p /out \ aarch64) \ apk add --no-cache --initdb -p /out qemu-system-aarch64; \ ;; \ + s390x) \ + apk add --no-cache --initdb -p /out qemu-system-s390x; \ + ;; \ esac RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache