From e997284a8da4e7bc35e8e0e23564da2257e18f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 10 Mar 2023 18:11:56 +0100 Subject: [PATCH] Fix --- manifest.toml | 2 +- scripts/_common.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1fe5ab6..7b36e99 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ code = "https://github.com/knadh/listmonk" [integration] yunohost = ">= 11.1.14" -architectures = ["amd64", "arm64", "armhf"] +architectures = ["amd64"] multi_instance = true ldap = false sso = false diff --git a/scripts/_common.sh b/scripts/_common.sh index ee6cfc8..944a65e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,6 @@ # COMMON VARIABLES #================================================= -nodejs_version=16 -GO_VERSION="1.18" - #================================================= # PERSONAL HELPERS #=================================================