Skip to content

Commit 27f2978

Browse files
authored
opencode@1.2.26: Add arm64 support (#7740)
1 parent ac09711 commit 27f2978

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

bucket/opencode.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"64bit": {
88
"url": "https://github.com/anomalyco/opencode/releases/download/v1.2.26/opencode-windows-x64.zip",
99
"hash": "4cdd79773a21a73847e1024ba689d305cdc96e8100729bd89bca4cf1fd5b8256"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/anomalyco/opencode/releases/download/v1.2.26/opencode-windows-arm64.zip",
13+
"hash": "84a4c0f840f91e4f2d96dbc1f9d0b440a1b32702254634d4a71b8700b7c9df50"
1014
}
1115
},
1216
"bin": "opencode.exe",
@@ -17,6 +21,9 @@
1721
"architecture": {
1822
"64bit": {
1923
"url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-windows-x64.zip"
24+
},
25+
"arm64": {
26+
"url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-windows-arm64.zip"
2027
}
2128
}
2229
}

0 commit comments

Comments
 (0)