Skip to content

Commit 129fe1e

Browse files
committed
ci
1 parent 214a6c6 commit 129fe1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/script/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ for (const item of targets) {
200200
})
201201

202202
// Smoke test: only run if binary is for current platform
203-
if (item.os === process.platform && item.arch === process.arch) {
203+
if (item.os === process.platform && item.arch === process.arch && !item.abi) {
204204
const binaryPath = `dist/${name}/bin/opencode`
205205
console.log(`Running smoke test: ${binaryPath} --version`)
206206
try {

0 commit comments

Comments
 (0)