From 8a6a7d016b511862adcd70ed4acc922965896b4d Mon Sep 17 00:00:00 2001 From: Seda Gundogdu Date: Wed, 15 Jan 2025 16:50:16 +0300 Subject: [PATCH] Adds ubuntu noble supported platforms --- packaging_automation/common_tool_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],