Merge pull request #5814 from ivaradi/bookworm

Build for Debian Bookworm
This commit is contained in:
Matthieu Gallien 2023-06-16 10:08:29 +02:00 committed by GitHub
commit 2bc3218f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ if test "${DRONE_TARGET_BRANCH}" = "stable-2.6"; then
DEBIAN_DISTRIBUTIONS="buster stretch testing"
else
UBUNTU_DISTRIBUTIONS="jammy kinetic lunar"
DEBIAN_DISTRIBUTIONS="bullseye testing"
DEBIAN_DISTRIBUTIONS="bullseye bookworm testing"
fi
pull_request=${DRONE_PULL_REQUEST:=master}