CI: Update scripts/dist/install-mariadb.sh

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-05-14 14:23:26 +02:00
parent 2803e56bd8
commit 3c49e010ab

View File

@@ -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"