Skip to content

Commit

Permalink
Merge pull request #77 from Valantin/add-el9
Browse files Browse the repository at this point in the history
Add AlmaLinux 8 and Centos/Rocky/OracleLinux/AlmaLinux 9 to supported OS
  • Loading branch information
bastelfreak authored Mar 12, 2024
2 parents 9459159 + b3c8771 commit 4767570
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand Down Expand Up @@ -66,7 +67,8 @@
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -80,7 +82,15 @@
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
Expand Down

0 comments on commit 4767570

Please sign in to comment.