build: add Ubuntu Noble PPA build target

This commit is contained in:
Péter Szilágyi 2024-04-25 14:06:47 +03:00
parent 5669a74ba3
commit db8c98f97e

View file

@ -123,6 +123,8 @@ var (
"bionic", // 18.04, EOL: 04/2028
"focal", // 20.04, EOL: 04/2030
"jammy", // 22.04, EOL: 04/2032
"noble", // 24.04, EOL: 04/2034
"mantic", // 23.10, EOL: 07/2024
}