From 5d82861e2c697a39f6275b21b49366a132684183 Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Fri, 3 Mar 2023 07:57:27 -0800 Subject: [PATCH 1/2] Corrected architecture statement Signed-off-by: John Schmidt --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 087ef5d..61eee30 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ fund = "https://github.com/sponsors/zadam" [integration] yunohost = ">= 11.1.11.1" -architectures = [ "amd64" ] +architectures = [ "all" ] multi_instance = true ldap = false sso = false From 8d4483b3c5a3843d0648486da5fb448c9e905ff5 Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Fri, 3 Mar 2023 08:13:47 -0800 Subject: [PATCH 2/2] Corrected architecture statement Signed-off-by: John Schmidt --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 61eee30..7f6676b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ fund = "https://github.com/sponsors/zadam" [integration] yunohost = ">= 11.1.11.1" -architectures = [ "all" ] +architectures = "all" multi_instance = true ldap = false sso = false