Merge pull request #4773 from ivaradi/bullseye

Add Debian Bullseye build
This commit is contained in:
Claudio Cambra 2022-08-03 22:15:56 +02:00 committed by GitHub
commit 8a0c3359b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}