diff --git a/FLAVOUR b/FLAVOUR index 4ca3f56..756b65d 100644 --- a/FLAVOUR +++ b/FLAVOUR @@ -1 +1 @@ -1.40.4.8679-424562606 +1.41.1.9057-af5eaea7a diff --git a/build-docker b/build-docker index 97aad06..1f03cd0 100755 --- a/build-docker +++ b/build-docker @@ -1,3 +1,9 @@ #!/bin/bash # Preconditions: https://netfuture.ch/2020/05/multi-arch-docker-image-easy/ + +# Big fuck up; no versioned docker images in the past lmao - use latest to push as in the past docker buildx build --progress plain --platform linux/amd64,linux/arm64/v8 --builder docker-multiarch --no-cache -t mynttt/updatetool:latest -f updatetool-docker/Dockerfile . --push + +# But now also create a tagged release for the future +TAG=$(cat VERSION) +docker buildx build --progress plain --platform linux/amd64,linux/arm64/v8 --builder docker-multiarch --no-cache -t "mynttt/updatetool:$TAG" -f updatetool-docker/Dockerfile . --push \ No newline at end of file diff --git a/docker-shared/plexSqliteBinaries.sh b/docker-shared/plexSqliteBinaries.sh index 132c2e0..876e4aa 100755 --- a/docker-shared/plexSqliteBinaries.sh +++ b/docker-shared/plexSqliteBinaries.sh @@ -1,6 +1,6 @@ #!/bin/bash -FLAVOR="1.40.4.8679-424562606" +FLAVOR="1.41.1.9057-af5eaea7a" D_OS_ARCH=$(dpkg --print-architecture) echo "ARCH :: $D_OS_ARCH"