Skip to content

Commit

Permalink
Adds debian bullseye among supported os list
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Sep 29, 2021
1 parent 5728026 commit 5ad1eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging_automation/citus_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
GPG_KEY_NAME = "[email protected]"

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"]
Expand Down

0 comments on commit 5ad1eab

Please sign in to comment.