diff --git a/manifest.toml b/manifest.toml index feea2f2..5ec05a8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ code = "https://github.com/jesec/flood" [integration] yunohost = ">= 11.2" -architectures = "all" +architectures = [ "amd64", "arm64" ] multi_instance = false ldap = false sso = false @@ -45,6 +45,10 @@ ram.runtime = "50M" amd64.url = "https://github.com/jesec/flood/releases/download/v4.7.0/flood-linux-x64.deb" amd64.sha256 = "d528edc50e2a2a8d60aa1d37e2cdf0353c48f792b7ded4f150a0914931076d3f" + autoupdate.strategy = "latest_github_release" + autoupdate.asset.arm64 = "flood-linux-arm64.deb" + autoupdate.asset.amd64 = "flood-linux-x64.deb" + [resources.system_user] [resources.install_dir]