Skip to content

Commit

Permalink
added mongodb to build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Nov 26, 2019
1 parent 941b9d5 commit fe7d24c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ goplat=( darwin windows linux )
# Supported CPU architectures: amd64
goarc=( amd64 )
# Supported database tags
dbtags=( mysql rethinkdb )
dbtags=( mysql mongodb rethinkdb )

for line in $@; do
eval "$line"
Expand Down
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ ${ver[2]} != *"-"* ]]; then
FULLRELEASE=1
fi

dbtags=( mysql rethinkdb )
dbtags=( mysql mongodb rethinkdb )

# Build an images for various DB backends
for dbtag in "${dbtags[@]}"
Expand Down
2 changes: 1 addition & 1 deletion docker-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ ${ver[2]} != *"-"* ]]; then
FULLRELEASE=1
fi

dbtags=( mysql rethinkdb )
dbtags=( mysql mongodb rethinkdb )

# Read dockerhub login/password from a separate file
source .dockerhub
Expand Down

0 comments on commit fe7d24c

Please sign in to comment.