diff --git a/packages/browseros-agent/scripts/build/config/server-prod-resources.json b/packages/browseros-agent/scripts/build/config/server-prod-resources.json index 9c4b3071f..146cb4775 100644 --- a/packages/browseros-agent/scripts/build/config/server-prod-resources.json +++ b/packages/browseros-agent/scripts/build/config/server-prod-resources.json @@ -1,59 +1,5 @@ { "resources": [ - { - "name": "Bun Runtime - macOS ARM64", - "source": { - "type": "r2", - "key": "third_party/bun/bun-darwin-arm64" - }, - "destination": "resources/bin/third_party/bun", - "os": ["macos"], - "arch": ["arm64"], - "executable": true - }, - { - "name": "Bun Runtime - macOS x64", - "source": { - "type": "r2", - "key": "third_party/bun/bun-darwin-x64" - }, - "destination": "resources/bin/third_party/bun", - "os": ["macos"], - "arch": ["x64"], - "executable": true - }, - { - "name": "Bun Runtime - Linux ARM64", - "source": { - "type": "r2", - "key": "third_party/bun/bun-linux-arm64" - }, - "destination": "resources/bin/third_party/bun", - "os": ["linux"], - "arch": ["arm64"], - "executable": true - }, - { - "name": "Bun Runtime - Linux x64", - "source": { - "type": "r2", - "key": "third_party/bun/bun-linux-x64" - }, - "destination": "resources/bin/third_party/bun", - "os": ["linux"], - "arch": ["x64"], - "executable": true - }, - { - "name": "Bun Runtime - Windows x64", - "source": { - "type": "r2", - "key": "third_party/bun/bun-windows-x64.exe" - }, - "destination": "resources/bin/third_party/bun.exe", - "os": ["windows"], - "arch": ["x64"] - }, { "name": "Podman CLI - macOS ARM64", "source": { @@ -183,60 +129,6 @@ "destination": "resources/bin/third_party/podman/win-sshproxy.exe", "os": ["windows"], "arch": ["x64"] - }, - { - "name": "ripgrep - macOS ARM64", - "source": { - "type": "r2", - "key": "third_party/ripgrep/rg-darwin-arm64" - }, - "destination": "resources/bin/third_party/rg", - "os": ["macos"], - "arch": ["arm64"], - "executable": true - }, - { - "name": "ripgrep - macOS x64", - "source": { - "type": "r2", - "key": "third_party/ripgrep/rg-darwin-x64" - }, - "destination": "resources/bin/third_party/rg", - "os": ["macos"], - "arch": ["x64"], - "executable": true - }, - { - "name": "ripgrep - Linux ARM64", - "source": { - "type": "r2", - "key": "third_party/ripgrep/rg-linux-arm64" - }, - "destination": "resources/bin/third_party/rg", - "os": ["linux"], - "arch": ["arm64"], - "executable": true - }, - { - "name": "ripgrep - Linux x64", - "source": { - "type": "r2", - "key": "third_party/ripgrep/rg-linux-x64" - }, - "destination": "resources/bin/third_party/rg", - "os": ["linux"], - "arch": ["x64"], - "executable": true - }, - { - "name": "ripgrep - Windows x64", - "source": { - "type": "r2", - "key": "third_party/ripgrep/rg-windows-x64.exe" - }, - "destination": "resources/bin/third_party/rg.exe", - "os": ["windows"], - "arch": ["x64"] } ] }