Skip to content

Commit

Permalink
Add EL9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 30, 2023
1 parent d2ba12f commit 6f3772c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,31 @@
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
}
],
Expand Down

0 comments on commit 6f3772c

Please sign in to comment.