mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
25 lines
435 B
JSON
25 lines
435 B
JSON
{
|
|
"platform": "linux-arm64",
|
|
"binaries": [
|
|
{
|
|
"tool": "landlock-run",
|
|
"kind": "static-musl",
|
|
"path": "bin/landlock-run"
|
|
},
|
|
{
|
|
"tool": "flock",
|
|
"kind": "node-api",
|
|
"napi": 8,
|
|
"libc": "glibc",
|
|
"path": "bin/glibc/system.node"
|
|
},
|
|
{
|
|
"tool": "flock",
|
|
"kind": "node-api",
|
|
"napi": 8,
|
|
"libc": "musl",
|
|
"path": "bin/musl/system.node"
|
|
}
|
|
]
|
|
}
|