mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Add Debian Bullseye build
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
This commit is contained in:
parent
3487b09fb7
commit
6b3ba1fe3a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if test "${DRONE_TARGET_BRANCH}" = "stable-2.6"; then
|
||||||
DEBIAN_DISTRIBUTIONS="buster stretch testing"
|
DEBIAN_DISTRIBUTIONS="buster stretch testing"
|
||||||
else
|
else
|
||||||
UBUNTU_DISTRIBUTIONS="focal jammy kinetic"
|
UBUNTU_DISTRIBUTIONS="focal jammy kinetic"
|
||||||
DEBIAN_DISTRIBUTIONS="testing"
|
DEBIAN_DISTRIBUTIONS="bullseye testing"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pull_request=${DRONE_PULL_REQUEST:=master}
|
pull_request=${DRONE_PULL_REQUEST:=master}
|
||||||
|
|
Loading…
Reference in a new issue