From ff8634e1ab6209a6e0a1dc431f286690a3c63243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:10:43 +0100 Subject: [PATCH] no 32bit support --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 9b5bab4..f160c3e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ code = "https://github.com/LycheeOrg/Lychee" [integration] yunohost = ">= 11.2" -architectures = "all" +architectures = ["arm64", "amd64"] multi_instance = true ldap = false sso = false