build: add support for ubuntu 24.10 (#30580)

pull/30584/head
Hteev Oli 1 month ago committed by GitHub
parent 3a5313f3f3
commit fad7e74a1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      build/ci.go

@ -120,11 +120,12 @@ var (
// Distros for which packages are created // Distros for which packages are created
debDistros = []string{ debDistros = []string{
"xenial", // 16.04, EOL: 04/2026 "xenial", // 16.04, EOL: 04/2026
"bionic", // 18.04, EOL: 04/2028 "bionic", // 18.04, EOL: 04/2028
"focal", // 20.04, EOL: 04/2030 "focal", // 20.04, EOL: 04/2030
"jammy", // 22.04, EOL: 04/2032 "jammy", // 22.04, EOL: 04/2032
"noble", // 24.04, EOL: 04/2034 "noble", // 24.04, EOL: 04/2034
"oracular", // 24.10, EOL: 07/2025
} }
// This is where the tests should be unpacked. // This is where the tests should be unpacked.

Loading…
Cancel
Save