From df6c9eecfdcd58b3e5dd156265b907b7de19ec05 Mon Sep 17 00:00:00 2001 From: ericxtheodore Date: Thu, 17 Apr 2025 22:02:53 +0800 Subject: [PATCH] build: add support for ubuntu 25.04 --- build/ci.go | 1 + 1 file changed, 1 insertion(+) diff --git a/build/ci.go b/build/ci.go index b2ff829d3f..77b5230cbc 100644 --- a/build/ci.go +++ b/build/ci.go @@ -123,6 +123,7 @@ var ( "jammy", // 22.04, EOL: 04/2032 "noble", // 24.04, EOL: 04/2034 "oracular", // 24.10, EOL: 07/2025 + "plucky", // 25.04, EOL: 01/2026 } // This is where the tests should be unpacked.