Skip to content

Commit c7826ce

Browse files
committed
Add support for EL10
1 parent ff3ef95 commit c7826ce

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

metadata.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@
2222
"operatingsystem": "AlmaLinux",
2323
"operatingsystemrelease": [
2424
"8",
25-
"9"
25+
"9",
26+
"10"
2627
]
2728
},
2829
{
2930
"operatingsystem": "CentOS",
3031
"operatingsystemrelease": [
31-
"9"
32+
"9",
33+
"10"
3234
]
3335
},
3436
{
@@ -43,21 +45,24 @@
4345
"operatingsystem": "OracleLinux",
4446
"operatingsystemrelease": [
4547
"8",
46-
"9"
48+
"9",
49+
"10"
4750
]
4851
},
4952
{
5053
"operatingsystem": "RedHat",
5154
"operatingsystemrelease": [
5255
"8",
53-
"9"
56+
"9",
57+
"10"
5458
]
5559
},
5660
{
5761
"operatingsystem": "Rocky",
5862
"operatingsystemrelease": [
5963
"8",
60-
"9"
64+
"9",
65+
"10"
6166
]
6267
},
6368
{

0 commit comments

Comments
 (0)