Skip to content

Commit

Permalink
Fix autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Feb 24, 2024
1 parent 834a658 commit 2a1f183
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 2a1f183

Please sign in to comment.