From a41ddc2e6fc765d7ce1fbc4cf54da89014171942 Mon Sep 17 00:00:00 2001 From: Daniel Llewellyn Date: Mon, 14 May 2018 12:27:06 +0100 Subject: [PATCH] restrict from building on anything other than i386 and amd64 --- snap/snapcraft.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 57b7bc6..d08b3b0 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -7,6 +7,10 @@ description: | grade: devel confinement: strict +architectures: +- build-on: amd64 +- build-on: i386 + apps: makemkv: command: desktop-launch $SNAP/usr/bin/makemkv