From d41d13207230d6d033be1bb7fb607a33dfd286aa Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 16 Jun 2024 21:57:34 +0200 Subject: [PATCH] delete arm64 Update manifest.toml Support arm64 seems ok for Ubuntu https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/ But not for Debian https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-debian/ --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index cfb4cf4..de60ccf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ cpe = "cpe:2.3:a:mongo-express_project:mongo-express" [integration] yunohost = ">= 11.2" -architectures = ["amd64", "arm64"] +architectures = ["amd64"] multi_instance = false ldap = "not_relevant"