From 6a01486e59f3a1a924cedb8f40a701fee0d69f4b Mon Sep 17 00:00:00 2001 From: James Page Date: Mon, 5 Nov 2018 16:36:24 +0000 Subject: [PATCH] Limit build to x86_64 for now --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 508394b..0be1fb8 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -567,7 +567,7 @@ parts: - --disable-user - --disable-linux-user - --enable-system - - --cpu + - --target-list=x86_64-softmmu override-build: | wget http://archive.ubuntu.com/ubuntu/pool/main/q/qemu/qemu_2.5+dfsg.orig.tar.xz wget http://archive.ubuntu.com/ubuntu/pool/main/q/qemu/qemu_2.5+dfsg-5ubuntu10.32.debian.tar.xz