Skip to content

Commit c19edab

Browse files
authored
Merge pull request voxpupuli#14 from voxpupuli/moreel
Add AlmaLinux/Rocky 8 & 9 support
2 parents 0f32b52 + 63f1ea5 commit c19edab

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

metadata.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,38 @@
3030
"operatingsystem": "RedHat",
3131
"operatingsystemrelease": [
3232
"7",
33-
"8"
33+
"8",
34+
"9"
3435
]
3536
},
3637
{
3738
"operatingsystem": "CentOS",
3839
"operatingsystemrelease": [
3940
"7",
40-
"8"
41+
"8",
42+
"9"
4143
]
4244
},
4345
{
4446
"operatingsystem": "OracleLinux",
4547
"operatingsystemrelease": [
4648
"7",
47-
"8"
49+
"8",
50+
"9"
51+
]
52+
},
53+
{
54+
"operatingsystem": "AlmaLinux",
55+
"operatingsystemrelease": [
56+
"8",
57+
"9"
58+
]
59+
},
60+
{
61+
"operatingsystem": "Rocky",
62+
"operatingsystemrelease": [
63+
"8",
64+
"9"
4865
]
4966
},
5067
{

0 commit comments

Comments
 (0)