diff --git a/admin/linux/debian/drone-build.sh b/admin/linux/debian/drone-build.sh index 8d3d3d0ee..bb6cf2fd4 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="focal jammy kinetic" - DEBIAN_DISTRIBUTIONS="testing" + DEBIAN_DISTRIBUTIONS="bullseye testing" fi pull_request=${DRONE_PULL_REQUEST:=master}