Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bkelly16 authored Nov 11, 2024
1 parent e57cb40 commit ec08120
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"priority": "optional",
"licence": "GPL-3.0+",
"architecture": {
"deb": "all"
"deb": "all",
"el": "x86_64"
},
"description": {
"long": "python libzfs",
Expand All @@ -21,6 +22,11 @@
"urgency": "medium"
},
"dependencies": {
"el": {
"el8": [
"zfs"
]
},
"deb": {
"jammy": [
"zfsutils-linux"
Expand All @@ -31,6 +37,11 @@
}
},
"releases": [
{
"image": "pylibzfs-rocky-el8-builder",
"codeName": "el8",
"type": "el"
},
{
"image": "pylibzfs-ubuntu-focal-builder",
"codeName": "focal",
Expand Down

0 comments on commit ec08120

Please sign in to comment.