mirror of
https://git.proxmox.com/git/dab
synced 2025-10-04 11:45:07 +00:00
add support for building Ubuntu 24.04 Noble appliances
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
15d2a10a51
commit
21d41d86e2
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user