chore(cli): build binaries with Bun 1.4

This commit is contained in:
Dax Raad 2026-08-15 17:49:15 -04:00
parent d94d520f45
commit d8e1753330
3 changed files with 38 additions and 4 deletions

View file

@ -81,6 +81,8 @@ jobs:
fetch-tags: true
- uses: ./.github/actions/setup-bun
with:
bun-version: canary # Bun 1.4 until its stable release is published
- name: Setup git committer
id: committer
@ -102,6 +104,7 @@ jobs:
id: build
run: ./packages/cli/script/build.ts ${{ (github.ref_name == 'beta' && '--sourcemaps') || '' }}
env:
BUN_COMPILE_RELEASE: canary
OPENCODE_VERSION: ${{ needs.version.outputs.version }}
OPENCODE_RELEASE: ${{ needs.version.outputs.release }}
GH_REPO: ${{ needs.version.outputs.repo }}