Bump navidrome to 0.53.3+ubuntu24.04
This commit is contained in:
parent
1e0c8ebc9f
commit
e026eeac35
1 changed files with 5 additions and 5 deletions
|
@ -2,20 +2,20 @@
|
|||
# Upstream doc: https://www.navidrome.org/docs/installation/linux/
|
||||
set -euxo pipefail
|
||||
|
||||
IMAGE="ubuntu/22.04/cloud"
|
||||
DIST="${IMAGE%%/*/*}"
|
||||
IMAGE="ubuntu/24.04"
|
||||
DIST="${IMAGE%%/*}"
|
||||
VER="${IMAGE#*/}"
|
||||
VER="${VER%/*}"
|
||||
VER="${VER//./-}"
|
||||
UPSTREAM_VER="0.50.2"
|
||||
UPSTREAM_VER="0.53.3"
|
||||
UPSTREAM_VER_DASH="${UPSTREAM_VER//./-}"
|
||||
UPSTREAM_NAME="navidrome"
|
||||
SERIAL="5esh"
|
||||
SERIAL="1benoitjpnet"
|
||||
CNAME="$UPSTREAM_NAME-$UPSTREAM_VER_DASH-$SERIAL-$DIST-$VER"
|
||||
ALIAS="$UPSTREAM_NAME-$UPSTREAM_VER-$SERIAL"
|
||||
|
||||
cd $WORKSPACE
|
||||
incus launch images:$IMAGE $CNAME
|
||||
incus launch images:$IMAGE $CNAME --quiet
|
||||
|
||||
# Wait network
|
||||
sleep 5
|
||||
|
|
Loading…
Add table
Reference in a new issue