From 1d2416ea49abef09a330ba32f87e1bd0bdf47517 Mon Sep 17 00:00:00 2001 From: Seda Gundogdu Date: Fri, 3 Jan 2025 15:08:23 +0300 Subject: [PATCH] Updates package_docker_platform_dict func --- packaging_automation/citus_package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging_automation/citus_package.py b/packaging_automation/citus_package.py index 09b12db1..d37df3f6 100644 --- a/packaging_automation/citus_package.py +++ b/packaging_automation/citus_package.py @@ -63,6 +63,7 @@ "ubuntu,bionic": "ubuntu/bionic", "ubuntu,jammy": "ubuntu/jammy", "ubuntu,kinetic": "ubuntu/kinetic", + "ubuntu,noble": "ubuntu/noble", "pgxn": "pgxn", }