From 1ff03f26ee83e4d90578bb5a920008a36d569c8a Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:46:45 +0200 Subject: [PATCH] arm64_v7.0_Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3b1e971..03ba942 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"] +architectures = ["amd64", "arm64"] multi_instance = false ldap = "not_relevant" @@ -45,7 +45,7 @@ ram.runtime = "50M" ask.en = "Select the major version of Mongo to install or 'None' if already installed" ask.fr = "Choisissez la version de Mongo a installer ou 'None' si Mongo est déjà installé" type = "select" - choices = ["None", "4.4", "5.0", "6.0"] + choices = ["None", "4.4", "5.0", "6.0", "7.0"] default = "6.0" [resources]