Skip to content

Commit

Permalink
Support RHEL9, Debian11 and Ubuntu 22.04
Browse files Browse the repository at this point in the history
Declare support for:

* RHEL9
* Ubuntu 22.04
* Debian 11
  • Loading branch information
traylenator committed Oct 12, 2022
1 parent 9f16b11 commit 00f6f6b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,32 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10"
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
}
]
Expand Down

0 comments on commit 00f6f6b

Please sign in to comment.