Skip to content

Commit

Permalink
build: add support for ubuntu 24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hteevoli authored Oct 12, 2024
1 parent 3a5313f commit a3688c8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a3688c8

Please sign in to comment.