diff --git a/packaging_automation/common_tool_methods.py b/packaging_automation/common_tool_methods.py index ef1de284..9d68d406 100644 --- a/packaging_automation/common_tool_methods.py +++ b/packaging_automation/common_tool_methods.py @@ -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"],