mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 06:25:56 +03:00
Merge pull request #4773 from ivaradi/bullseye
Add Debian Bullseye build
This commit is contained in:
commit
8a0c3359b8
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"
|
||||
else
|
||||
UBUNTU_DISTRIBUTIONS="focal jammy kinetic"
|
||||
DEBIAN_DISTRIBUTIONS="testing"
|
||||
DEBIAN_DISTRIBUTIONS="bullseye testing"
|
||||
fi
|
||||
|
||||
pull_request=${DRONE_PULL_REQUEST:=master}
|
||||
|
|
Loading…
Reference in a new issue