From fee2246b7b94db5a31fe7a3fb57acf7de64b9db8 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Tue, 7 May 2024 19:24:50 +0200 Subject: [PATCH] Remove `arm64` from supported platforms. --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index dfb95cb..36c6f67 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ code = "https://github.com/wekan/wekan" [integration] yunohost = ">= 11.2" -architectures = ["arm64", "amd64"] +architectures = ["amd64"] multi_instance = true ldap = true