a36ca9a07b
Co-authored-by: Jack Amadeo <jamadeo@squareup.com>
20 lines
355 B
JSON
20 lines
355 B
JSON
{
|
|
"name": "@block/goose-acp-server-linux-arm64",
|
|
"version": "0.1.0",
|
|
"description": "Goose ACP server binary for Linux ARM64",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/block/goose.git"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"files": [
|
|
"bin/goose-acp-server"
|
|
]
|
|
}
|