From 5476b1ebedcd83dfc7514e525fae0182cf80a4e0 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:44:16 +0200 Subject: [PATCH] Updated supported archs. --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index fd8ea74..2ea5109 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,8 +20,7 @@ fund = "https://donate.mozilla.org/en-GB/" [integration] yunohost = ">= 11.1.21" -# List of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386'] -architectures = "['all']" # TODO : handle the "all" option (no ["all"]) +architectures = "all" multi_instance = true # FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G... You may have have a look at CI results