mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
CI: Update scripts/dist/install-mariadb.sh
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
2803e56bd8
commit
3c49e010ab
1 changed files with 1 additions and 1 deletions
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue