From fad7e74a1b2995dd79002c184e532eff31382579 Mon Sep 17 00:00:00 2001 From: Hteev Oli Date: Sat, 12 Oct 2024 17:25:58 +0800 Subject: [PATCH] build: add support for ubuntu 24.10 (#30580) --- build/ci.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build/ci.go b/build/ci.go index 0d3cdd019d..1990f2a63d 100644 --- a/build/ci.go +++ b/build/ci.go @@ -120,11 +120,12 @@ var ( // Distros for which packages are created debDistros = []string{ - "xenial", // 16.04, EOL: 04/2026 - "bionic", // 18.04, EOL: 04/2028 - "focal", // 20.04, EOL: 04/2030 - "jammy", // 22.04, EOL: 04/2032 - "noble", // 24.04, EOL: 04/2034 + "xenial", // 16.04, EOL: 04/2026 + "bionic", // 18.04, EOL: 04/2028 + "focal", // 20.04, EOL: 04/2030 + "jammy", // 22.04, EOL: 04/2032 + "noble", // 24.04, EOL: 04/2034 + "oracular", // 24.10, EOL: 07/2025 } // This is where the tests should be unpacked.