1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Fix autoupdate

This commit is contained in:
Salamandar 2024-02-24 21:24:09 +01:00
parent 834a65867c
commit 2a1f1833a1

View file

@ -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]