Skip to content

Commit cfbe581

Browse files
committed
add RedHat/Rocky/AlmaLinux/CentOS 9 support
1 parent 8664033 commit cfbe581

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

metadata.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,28 @@
3737
{
3838
"operatingsystem": "RedHat",
3939
"operatingsystemrelease": [
40-
"8"
40+
"8",
41+
"9"
4142
]
4243
},
4344
{
4445
"operatingsystem": "Rocky",
4546
"operatingsystemrelease": [
46-
"8"
47+
"8",
48+
"9"
4749
]
4850
},
4951
{
5052
"operatingsystem": "AlmaLinux",
5153
"operatingsystemrelease": [
52-
"8"
54+
"8",
55+
"9"
56+
]
57+
},
58+
{
59+
"operatingsystem": "CentOS",
60+
"operatingsystemrelease": [
61+
"9"
5362
]
5463
},
5564
{

0 commit comments

Comments
 (0)