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 #=================================================