We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214a6c6 commit 129fe1eCopy full SHA for 129fe1e
1 file changed
packages/opencode/script/build.ts
@@ -200,7 +200,7 @@ for (const item of targets) {
200
})
201
202
// Smoke test: only run if binary is for current platform
203
- if (item.os === process.platform && item.arch === process.arch) {
+ if (item.os === process.platform && item.arch === process.arch && !item.abi) {
204
const binaryPath = `dist/${name}/bin/opencode`
205
console.log(`Running smoke test: ${binaryPath} --version`)
206
try {
0 commit comments