Add Debian Bullseye build

Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
This commit is contained in:
István Váradi 2022-07-22 19:02:07 +02:00 committed by Claudio Cambra
parent 3487b09fb7
commit 6b3ba1fe3a
1 changed files with 1 additions and 1 deletions

View File

@ -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}