diff --git a/admin/linux/debian/drone-build.sh b/admin/linux/debian/drone-build.sh index e8776db14592..69b1474fad83 100755 --- a/admin/linux/debian/drone-build.sh +++ b/admin/linux/debian/drone-build.sh @@ -18,7 +18,7 @@ if test "${DRONE_TARGET_BRANCH}" = "stable-2.6"; then UBUNTU_DISTRIBUTIONS="bionic focal jammy kinetic" DEBIAN_DISTRIBUTIONS="buster stretch testing" else - UBUNTU_DISTRIBUTIONS="jammy lunar mantic" + UBUNTU_DISTRIBUTIONS="jammy mantic noble" DEBIAN_DISTRIBUTIONS="bullseye bookworm testing" fi