From 18f5b088aa07f12ee3d9e93574920d5074b20514 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Thu, 13 Sep 2018 20:33:57 -0400 Subject: [PATCH] Disable aarch64 for now --- flathub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flathub.json b/flathub.json index 5f4b9d3..e92137a 100644 --- a/flathub.json +++ b/flathub.json @@ -1,3 +1,3 @@ { - "skip-arches": ["arm"] + "skip-arches": ["arm", "aarch64"] }