Skip to content

Commit

Permalink
Merge pull request #191 from ekohl/update-supported-os
Browse files Browse the repository at this point in the history
Add Ubuntu 24.04 support
  • Loading branch information
bastelfreak committed Jul 18, 2024
2 parents 64e9a09 + e783e73 commit b7b229a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"20.04",
"22.04"
"22.04",
"24.04"
]
},
{
Expand All @@ -35,6 +36,13 @@
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
Expand Down

0 comments on commit b7b229a

Please sign in to comment.