mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-24 03:23:38 +00:00
chore(cli): build binaries with Bun 1.4
This commit is contained in:
parent
d94d520f45
commit
d8e1753330
3 changed files with 38 additions and 4 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue