Add Ubuntu 22.04 support

This commit is contained in:
Tim Meusel 2023-08-19 22:34:36 +02:00
parent 1adcdf5092
commit 2c73977159
No known key found for this signature in database
GPG key ID: 04D659E6BF1C4CC0

View file

@ -42,7 +42,8 @@
"operatingsystem": "Ubuntu", "operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "operatingsystemrelease": [
"18.04", "18.04",
"20.04" "20.04",
"22.04"
] ]
} }
], ],