mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
Fix arm support ?
This commit is contained in:
parent
566f21f070
commit
78aecf1a54
1 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@ code = "https://github.com/knadh/listmonk"
|
|||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.15"
|
||||
architectures = ["amd64"]
|
||||
architectures = ["amd64", "armhf"]
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
sso = false
|
||||
|
@ -46,14 +46,14 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/knadh/listmonk/releases/download/v2.4.0/listmonk_2.4.0_linux_amd64.tar.gz"
|
||||
sha256 = "acdfd0f4549c15e3cd77a28778ac9904cc54abf3bec98074ee96edc64242971b"
|
||||
amd64.url = "https://github.com/knadh/listmonk/releases/download/v2.4.0/listmonk_2.4.0_linux_amd64.tar.gz"
|
||||
amd64.sha256 = "acdfd0f4549c15e3cd77a28778ac9904cc54abf3bec98074ee96edc64242971b"
|
||||
armhf.url = "https://github.com/knadh/listmonk/archive/refs/tags/v2.4.0.tar.gz"
|
||||
armhf.sha256 = "0a1fb22b485369fd47e8f19830e41c4fe5f6cf839f701fac0f6500071968faf8"
|
||||
arm64.url = "https://github.com/knadh/listmonk/archive/refs/tags/v2.4.0.tar.gz"
|
||||
arm64.sha256 = "0a1fb22b485369fd47e8f19830e41c4fe5f6cf839f701fac0f6500071968faf8"
|
||||
in_subdir = false
|
||||
|
||||
[resources.sources.arm]
|
||||
url = "https://github.com/knadh/listmonk/archive/refs/tags/v2.4.0.tar.gz"
|
||||
sha256 = "0a1fb22b485369fd47e8f19830e41c4fe5f6cf839f701fac0f6500071968faf8"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.ports]
|
||||
|
|
Loading…
Reference in a new issue