Skip to content

Commit

Permalink
ubuntu kinetic support
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Lamprecht <[email protected]>
  • Loading branch information
ThomasLamprecht committed Oct 21, 2022
1 parent cd85c45 commit 2670aba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DAB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ my $supported_suites = {
ostype => "ubuntu-22.04",
origin => 'ubuntu',
},
'kinetic' => {
ostype => "ubuntu-22.10",
origin => 'ubuntu',
},
};

sub get_suite_info {
Expand Down

0 comments on commit 2670aba

Please sign in to comment.