From 5ad1eab6a809ea46f7cacdcae9e82f6a3053f73e Mon Sep 17 00:00:00 2001 From: gindibay Date: Wed, 29 Sep 2021 10:31:03 +0300 Subject: [PATCH] Adds debian bullseye among supported os list --- packaging_automation/citus_package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging_automation/citus_package.py b/packaging_automation/citus_package.py index 8f850a39..6af66a66 100644 --- a/packaging_automation/citus_package.py +++ b/packaging_automation/citus_package.py @@ -19,7 +19,7 @@ GPG_KEY_NAME = "packaging@citusdata.com" supported_platforms = { - "debian": ["buster", "stretch", "jessie", "wheezy"], + "debian": ["bullseye", "buster", "stretch", "jessie", "wheezy"], "el": ["8", "7", "6"], "ol": ["7", "8"], "ubuntu": ["focal", "bionic", "xenial", "trusty"]