mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Update updater.sh
This commit is contained in:
parent
1b14a0551b
commit
98d4dc4fc8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/updater.sh
vendored
3
.github/workflows/updater.sh
vendored
|
@ -69,6 +69,9 @@ case $asset_url in
|
|||
*"gogs_"*"_linux_amd64.tar.gz")
|
||||
src="amd64"
|
||||
;;
|
||||
*"gogs_"*"_linux_armv8.tar.gz")
|
||||
src="arm64"
|
||||
;;
|
||||
*"gogs_"*"_linux_armv7.tar.gz")
|
||||
src="armhf"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue