Skip to content

Commit 37f0cb4

Browse files
authored
Merge pull request #354 from zilchms/EL
Add Rocky, EL 8 and 9 support
2 parents 7500c76 + 0bbed8b commit 37f0cb4

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

metadata.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,24 @@
3333
{
3434
"operatingsystem": "CentOS",
3535
"operatingsystemrelease": [
36-
"7"
36+
"7",
37+
"8",
38+
"9"
3739
]
3840
},
3941
{
4042
"operatingsystem": "RedHat",
4143
"operatingsystemrelease": [
42-
"7"
44+
"7",
45+
"8",
46+
"9"
47+
]
48+
},
49+
{
50+
"operatingsystem": "Rocky",
51+
"operatingsystemrelease": [
52+
"8",
53+
"9"
4354
]
4455
},
4556
{

0 commit comments

Comments
 (0)