From 264543b4838b1bb9a5c842675bfbd2965f439d7d Mon Sep 17 00:00:00 2001 From: Quiwy <20048264+Quiwy@users.noreply.github.com> Date: Tue, 23 Apr 2024 20:51:36 +0200 Subject: [PATCH] Add arm64 to manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d6215bf..5b584c2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,7 +20,7 @@ cpe = "cpe:2.3:a:onlyoffice:document_server" [integration] yunohost = ">= 11.2" -architectures = ["amd64"] +architectures = ["amd64", "arm64"] multi_instance = false ldap = "not_relevant" sso = "not_relevant"