Skip to content

Commit

Permalink
reorder db backends in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Apr 12, 2023
1 parent 305933f commit a5076b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"
Expand Down

0 comments on commit a5076b6

Please sign in to comment.