Browse Source

Add Debian Bullseye build

Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
István Váradi 3 years ago
parent
commit
6b3ba1fe3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin/linux/debian/drone-build.sh

+ 1 - 1
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}