add support for building Ubuntu 24.04 Noble appliances

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-05-02 14:48:03 +02:00
parent 15d2a10a51
commit 21d41d86e2

View File

@ -109,6 +109,10 @@ my $supported_suites = {
ostype => "ubuntu-23.10", ostype => "ubuntu-23.10",
origin => 'ubuntu', origin => 'ubuntu',
}, },
'noble' => {
ostype => "ubuntu-24.04",
origin => 'ubuntu',
},
}; };
sub get_suite_info { sub get_suite_info {