build: add support for ubuntu 24.10 (#30580)

This commit is contained in:
Hteev Oli 2024-10-12 17:25:58 +08:00 committed by GitHub
parent 3a5313f3f3
commit fad7e74a1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -125,6 +125,7 @@ var (
"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.