linux-arm64 support

This commit is contained in:
Topper Bowers 2026-02-03 22:27:02 +01:00
parent cc5a9e0d73
commit 5233334d11
10 changed files with 151 additions and 2 deletions

View file

@ -0,0 +1,22 @@
{
"name": "@sandbox-agent/cli-linux-arm64",
"version": "0.1.6-rc.1",
"description": "sandbox-agent CLI binary for Linux arm64",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/rivet-dev/sandbox-agent"
},
"os": [
"linux"
],
"cpu": [
"arm64"
],
"scripts": {
"postinstall": "chmod +x bin/sandbox-agent || true"
},
"files": [
"bin"
]
}