1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ssbroom_ynh.git synced 2024-09-03 20:26:29 +02:00

Add autoupdate.asset

This commit is contained in:
OniriCorpe 2024-02-17 19:32:40 +01:00 committed by GitHub
parent 199de8445c
commit 4719ef9e07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,6 +62,9 @@ ram.runtime = "100M"
autoupdate.upstream = "https://github.com/ssbc/go-ssb-room" autoupdate.upstream = "https://github.com/ssbc/go-ssb-room"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^go-ssb-room_.*_Linux_amd64.tar.gz$"
autoupdate.asset.armhf = "^go-ssb-room_.*_Linux_arm7.tar.gz$"
autoupdate.asset.arm64 = "^go-ssb-room_.*_Linux_aarch64.tar.gz$"
[resources.system_user] [resources.system_user]