mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
CI: Update scripts/dist/install-mariadb.sh
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
2
scripts/dist/install-mariadb.sh
vendored
2
scripts/dist/install-mariadb.sh
vendored
@@ -30,7 +30,7 @@ fi
|
||||
|
||||
DESTARCH=${BUILD_ARCH:-$SYSTEM_ARCH}
|
||||
|
||||
if [[ $VERSION_CODENAME == "lunar" || $VERSION_CODENAME == "mantic" || $DESTARCH == "armv7l" || $DESTARCH == "arm" ]]; then
|
||||
if [[ $VERSION_CODENAME == "noble" || $DESTARCH == "armv7l" || $DESTARCH == "arm" ]]; then
|
||||
echo "Installing MariaDB distribution packages for ${DESTARCH^^}..."
|
||||
else
|
||||
MARIADB_VERSION="11.3.2"
|
||||
|
||||
Reference in New Issue
Block a user