Skip to content

Commit 99e93b1

Browse files
committed
Adds ubuntu noble to supported_platforms
1 parent d9a2073 commit 99e93b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging_automation/common_tool_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
referenced_repos: List[Repo] = []
3838

3939
supported_platforms = {
40-
"debian": ["bookworm", "bullseye", "buster", "stretch", "jessie", "wheezy"],
40+
"debian": ["bookworm", "bullseye", "buster", "stretch", "jessie", "wheezy", "noble"],
4141
"almalinux": ["8", "9"],
4242
"el": ["9", "8", "7", "6"],
4343
"ol": ["9", "8", "7"],

0 commit comments

Comments
 (0)