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:
parent
834a65867c
commit
2a1f1833a1
1 changed files with 5 additions and 0 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue