Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mynttt/UpdateTool
Browse files Browse the repository at this point in the history
  • Loading branch information
mynttt committed Nov 1, 2024
2 parents e5476ea + 96480ee commit 117b2e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FLAVOUR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.40.4.8679-424562606
1.41.1.9057-af5eaea7a
6 changes: 6 additions & 0 deletions build-docker
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docker-shared/plexSqliteBinaries.sh
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 117b2e1

Please sign in to comment.