Skip to content

Commit

Permalink
Add ubuntu 22.04 LTS Codename: Jammy Jellyfish
Browse files Browse the repository at this point in the history
Signed-off-by: the-snowwhite <[email protected]>
  • Loading branch information
the-snowwhite committed Jan 3, 2023
1 parent 244704b commit 5bfabef
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion debian/buildsystem/debian-distro-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@
"distributionCodename": "Focal",
"baseImage": "ubuntu:focal",
"releaseNumber": 20.04
},
{
"distributionID": "Ubuntu",
"distributionCodename": "Jammy",
"baseImage": "ubuntu:jammy",
"releaseNumber": 22.04
}
],
],
"allowedCombinations": [
{
"osVersionNumber": 18.04,
Expand All @@ -40,6 +46,10 @@
"osVersionNumber": 20.04,
"architecture": "amd64"
},
{
"osVersionNumber": 22.04,
"architecture": "amd64"
},
{
"osVersionNumber": 18.04,
"architecture": "armhf"
Expand All @@ -52,6 +62,10 @@
"osVersionNumber": 20.04,
"architecture": "armhf"
},
{
"osVersionNumber": 22.04,
"architecture": "armhf"
},
{
"osVersionNumber": 18.04,
"architecture": "arm64"
Expand All @@ -63,6 +77,10 @@
{
"osVersionNumber": 20.04,
"architecture": "arm64"
},
{
"osVersionNumber": 22.04,
"architecture": "arm64"
}
],
"imageNameRoot": "machinekit-hal-@DISTRIBUTION@-builder-v.@TAG@"
Expand Down

0 comments on commit 5bfabef

Please sign in to comment.