Skip to content

Commit

Permalink
Adds ubuntu noble to supported_platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
sedagundogdu committed Jan 15, 2025
1 parent d9a2073 commit 99e93b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging_automation/common_tool_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
referenced_repos: List[Repo] = []

supported_platforms = {
"debian": ["bookworm", "bullseye", "buster", "stretch", "jessie", "wheezy"],
"debian": ["bookworm", "bullseye", "buster", "stretch", "jessie", "wheezy", "noble"],
"almalinux": ["8", "9"],
"el": ["9", "8", "7", "6"],
"ol": ["9", "8", "7"],
Expand Down

0 comments on commit 99e93b1

Please sign in to comment.