Skip to content

Commit 01065a6

Browse files
committed
add EL 8 and 9 support
1 parent 032e65a commit 01065a6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

metadata.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,17 @@
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"
4347
]
4448
},
4549
{

0 commit comments

Comments
 (0)