From eb39f3aaee422c824607fd9ff9020eb7556a1aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 3 Apr 2024 22:45:43 +0200 Subject: [PATCH] Fix autoupdate --- manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8e7b71f..8fc59b4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,7 +62,9 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen extract = false prefetch = false autoupdate.strategy = "latest_github_tag" - autoupdate.asset = "tarball" + autoupdate.asset.amd64 = "tarball" + autoupdate.asset.arm64 = "tarball" + autoupdate.asset.armhf = "tarball" [resources.sources.main_bookworm] amd64.url = "https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/debian/pool/bookworm/main/t/tv/tvheadend_4.3-2098~g44bf691ac~bookworm/tvheadend_4.3-2098~g44bf691ac~bookworm_amd64.deb"