Skip to content

Commit f58809f

Browse files
committed
add RedHat/CentOS/OracleLinux 8/9 and Debian 11/12 as supported OS
1 parent a6086c0 commit f58809f

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

metadata.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,24 @@
3434
"operatingsystem": "CentOS",
3535
"operatingsystemrelease": [
3636
"7",
37-
"8"
37+
"8",
38+
"9"
3839
]
3940
},
4041
{
4142
"operatingsystem": "OracleLinux",
4243
"operatingsystemrelease": [
43-
"7"
44+
"7",
45+
"8",
46+
"9"
4447
]
4548
},
4649
{
4750
"operatingsystem": "RedHat",
4851
"operatingsystemrelease": [
49-
"7"
52+
"7",
53+
"8",
54+
"9"
5055
]
5156
},
5257
{
@@ -65,7 +70,9 @@
6570
{
6671
"operatingsystem": "Debian",
6772
"operatingsystemrelease": [
68-
"10"
73+
"10",
74+
"11",
75+
"12"
6976
]
7077
},
7178
{
@@ -84,4 +91,4 @@
8491
"pdk-version": "3.0.1",
8592
"template-url": "pdk-default#3.0.1",
8693
"template-ref": "tags/3.0.1-0-gd13288a"
87-
}
94+
}

0 commit comments

Comments
 (0)