Skip to content

Commit df00803

Browse files
authored
Adding more recent supported Linux distros and versions (#75)
1 parent 663d94f commit df00803

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

metadata.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,43 @@
2525
"8.0"
2626
]
2727
},
28+
{
29+
"operatingsystem": "OracleLinux",
30+
"operatingsystemrelease": [
31+
"8",
32+
"9"
33+
]
34+
},
35+
{
36+
"operatingsystem": "Rocky",
37+
"operatingsystemrelease": [
38+
"8",
39+
"9"
40+
]
41+
},
42+
{
43+
"operatingsystem": "AlmaLinux",
44+
"operatingsystemrelease": [
45+
"8",
46+
"9"
47+
]
48+
},
2849
{
2950
"operatingsystem": "Ubuntu",
3051
"operatingsystemrelease": [
3152
"18.04",
32-
"20.04"
53+
"20.04",
54+
"22.04",
55+
"24.04"
3356
]
3457
},
3558
{
3659
"operatingsystem": "Debian",
3760
"operatingsystemrelease": [
3861
"9",
3962
"10",
40-
"11"
63+
"11",
64+
"12"
4165
]
4266
}
4367
],

0 commit comments

Comments
 (0)