mirror of
https://github.com/element-hq/synapse.git
synced 2025-01-20 18:42:33 +00:00
buster is a thing
This commit is contained in:
parent
d731b75c7b
commit
bdc44b99a2
1 changed files with 8 additions and 1 deletions
|
@ -14,7 +14,14 @@ set -ex
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
|
||||||
if [ $# -lt 1 ]; then
|
if [ $# -lt 1 ]; then
|
||||||
DISTS=(debian:stretch debian:sid ubuntu:xenial ubuntu:bionic ubuntu:cosmic)
|
DISTS=(
|
||||||
|
debian:stretch
|
||||||
|
debian:buster
|
||||||
|
debian:sid
|
||||||
|
ubuntu:xenial
|
||||||
|
ubuntu:bionic
|
||||||
|
ubuntu:cosmic
|
||||||
|
)
|
||||||
else
|
else
|
||||||
DISTS=("$@")
|
DISTS=("$@")
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue