mirror of
https://github.com/tinode/chat.git
synced 2025-03-14 10:05:07 +00:00
reorder db backends in build script
This commit is contained in:
@ -30,7 +30,7 @@ if [ `uname -m` != 'x86_64' ]; then
|
||||
buildcmd='buildx build --platform=linux/amd64'
|
||||
fi
|
||||
|
||||
dbtags=( mysql mongodb rethinkdb postgres alldbs )
|
||||
dbtags=( mysql postgres mongodb rethinkdb alldbs )
|
||||
|
||||
# Build an images for various DB backends
|
||||
for dbtag in "${dbtags[@]}"
|
||||
|
Reference in New Issue
Block a user