Skip to content

Commit

Permalink
Merge pull request #378 from citusdata/ubuntu_noble_support
Browse files Browse the repository at this point in the history
Adds ubuntu noble to supported_platforms
  • Loading branch information
sedagundogdu authored Jan 29, 2025
2 parents d9a2073 + a9608cc commit bd0f543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/citus_package
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ my %supported_platforms = (
el => [ "8", "7", "6" ],
fedora => [ "28", "27", "26"],
ol => [ "8", "7", "6" ],
ubuntu => [ "focal", "bionic", "xenial", "trusty" ],
ubuntu => [ "focal", "bionic", "xenial", "trusty", "noble" ],
pgxn => [""]
);

Expand Down
2 changes: 1 addition & 1 deletion packaging_automation/common_tool_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"almalinux": ["8", "9"],
"el": ["9", "8", "7", "6"],
"ol": ["9", "8", "7"],
"ubuntu": ["focal", "bionic", "trusty", "jammy", "kinetic"],
"ubuntu": ["focal", "bionic", "trusty", "jammy", "kinetic", "noble"],
}


Expand Down

0 comments on commit bd0f543

Please sign in to comment.