From b53854bdde190c00e1f3eecd4da50d5d29c30ca1 Mon Sep 17 00:00:00 2001 From: Eonfge Date: Tue, 10 Sep 2019 17:57:16 +0200 Subject: [PATCH] Added ARM to the blacklist --- flathub.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 flathub.json diff --git a/flathub.json b/flathub.json new file mode 100644 index 0000000..70e2fdc --- /dev/null +++ b/flathub.json @@ -0,0 +1,3 @@ +{ + "skip-arches": ["arm", "aarch64"] +}