Skip to content

Commit

Permalink
Merge pull request #650 from zilchms/OL8
Browse files Browse the repository at this point in the history
Add OracleLinux 8 and 9 support
  • Loading branch information
bastelfreak authored Mar 26, 2024
2 parents b5d71ff + 4494a5a commit e5c80bd
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,38 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7"
"7",
"8",
"9"
]
},
{
Expand All @@ -45,7 +51,8 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04"
"20.04",
"22.04"
]
},
{
Expand Down

0 comments on commit e5c80bd

Please sign in to comment.