From 8633e66fcec406818e01364af233ab4fb3716679 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Mon, 5 Dec 2022 22:03:37 -0700 Subject: [PATCH] manifest: try to build on aarch64 --- flathub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flathub.json b/flathub.json index 637604e..0dee804 100644 --- a/flathub.json +++ b/flathub.json @@ -1,3 +1,3 @@ { - "only-arches": ["x86_64"] + "only-arches": ["x86_64", "aarch64"] }