mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Docker: Update install-libheif.sh and install-mariadb.sh scripts #4631
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
6c820537ad
commit
3aaf6c26f4
2 changed files with 4 additions and 1 deletions
3
scripts/dist/install-libheif.sh
vendored
3
scripts/dist/install-libheif.sh
vendored
|
|
@ -60,6 +60,9 @@ case $VERSION_CODENAME in
|
|||
vera | virginia)
|
||||
VERSION_CODENAME=jammy
|
||||
;;
|
||||
oracular)
|
||||
VERSION_CODENAME=noble
|
||||
;;
|
||||
esac
|
||||
|
||||
echo "Installing libheif..."
|
||||
|
|
|
|||
2
scripts/dist/install-mariadb.sh
vendored
2
scripts/dist/install-mariadb.sh
vendored
|
|
@ -24,7 +24,7 @@ fi
|
|||
|
||||
DESTARCH=${BUILD_ARCH:-$SYSTEM_ARCH}
|
||||
|
||||
if [[ $DESTARCH == "armv7l" || $DESTARCH == "arm" ]]; then
|
||||
if [[ $VERSION_CODENAME == "oracular" || $DESTARCH == "armv7l" || $DESTARCH == "arm" ]]; then
|
||||
echo "Installing MariaDB distribution packages for ${DESTARCH^^}..."
|
||||
else
|
||||
MARIADB_VERSION="11.rolling"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue