diff --git a/admin/linux/debian/drone-build.sh b/admin/linux/debian/drone-build.sh index bd50d3eab7..215f97c978 100755 --- a/admin/linux/debian/drone-build.sh +++ b/admin/linux/debian/drone-build.sh @@ -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}