Skip to content

Commit

Permalink
Add musl keys
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Oct 30, 2024
1 parent c698039 commit 51020e3
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions lib-injection/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,26 @@
{
"arch": "x86",
"supported": true,
"min": "2.27"
"min": "2.27",
"description": "libffi needs memfd_create"
},
{
"arch": "arm64",
"supported": true,
"min": "2.27"
"min": "2.27",
"description": "libffi needs memfd_create"
}
],
"musl": [
{
"arch": "x86",
"supported": false,
"description": "no musl build"
},
{
"arch": "arm64",
"supported": false,
"description": "no musl build"
}
]
},
Expand Down

0 comments on commit 51020e3

Please sign in to comment.