Skip to content

Commit

Permalink
Add noble to supported ubuntu releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sedagundogdu committed Jan 20, 2025
1 parent 472162a commit a9608cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging_automation/common_tool_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
referenced_repos: List[Repo] = []

supported_platforms = {
"debian": ["bookworm", "bullseye", "buster", "stretch", "jessie", "wheezy", "noble"],
"debian": ["bookworm", "bullseye", "buster", "stretch", "jessie", "wheezy"],
"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 a9608cc

Please sign in to comment.