fix: update zed agent server linux url to tar.gz (#5194)

pull/5208/head
Carsten Kragelund Jørgensen 2025-12-07 16:33:23 +01:00 committed by GitHub
parent d9fe722da1
commit 36a25660e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -21,12 +21,12 @@ cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.linux-aarch64]
archive = "https://github.com/sst/opencode/releases/download/v1.0.134/opencode-linux-arm64.zip"
archive = "https://github.com/sst/opencode/releases/download/v1.0.134/opencode-linux-arm64.tar.gz"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.linux-x86_64]
archive = "https://github.com/sst/opencode/releases/download/v1.0.134/opencode-linux-x64.zip"
archive = "https://github.com/sst/opencode/releases/download/v1.0.134/opencode-linux-x64.tar.gz"
cmd = "./opencode"
args = ["acp"]