From 2a1f1833a1ad6fd17b3024c6118d8c8c6a489682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 24 Feb 2024 21:24:09 +0100 Subject: [PATCH] Fix autoupdate --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.toml b/manifest.toml index 84077b8..5019985 100644 --- a/manifest.toml +++ b/manifest.toml @@ -83,7 +83,12 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen format = "zip" extract = true + # Those assets are to make autoupdate work, but are dummy artifacts, because + # We need to find the actual artifacts from the CI jobs... autoupdate.strategy = "latest_gitlab_release" + autoupdate.asset.amd64 = "source.tar.gz" + autoupdate.asset.arm64 = "source.tar.gz" + autoupdate.asset.armhf = "source.tar.gz" [resources.system_user]