summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/opencode/script/build.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/opencode/script/build.ts b/packages/opencode/script/build.ts
index 61a665312..cb88db2c4 100755
--- a/packages/opencode/script/build.ts
+++ b/packages/opencode/script/build.ts
@@ -90,6 +90,11 @@ const targets = singleFlag
return baselineFlag
}
+ // also skip abi-specific builds for the same reason
+ if (item.abi !== undefined) {
+ return false
+ }
+
return true
})
: allTargets