From cf5cfb48cd756ebd59e6c5005d64c307f76b7424 Mon Sep 17 00:00:00 2001 From: Luke Parker <10430890+Hona@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:06:45 +1000 Subject: upgrade to bun 1.3.10 canary and force baseline builds always (#14843) --- .github/workflows/publish.yml | 4 +++- .github/workflows/sign-cli.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8d4c9038a..cca7df5c4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -77,6 +77,8 @@ jobs: fetch-tags: true - uses: ./.github/actions/setup-bun + with: + cross-compile: "true" - name: Setup git committer id: committer @@ -88,7 +90,7 @@ jobs: - name: Build id: build run: | - ./packages/opencode/script/build.ts + ./packages/opencode/script/build.ts --all env: OPENCODE_VERSION: ${{ needs.version.outputs.version }} OPENCODE_RELEASE: ${{ needs.version.outputs.release }} diff --git a/.github/workflows/sign-cli.yml b/.github/workflows/sign-cli.yml index d9d61fd80..891762231 100644 --- a/.github/workflows/sign-cli.yml +++ b/.github/workflows/sign-cli.yml @@ -20,10 +20,12 @@ jobs: fetch-tags: true - uses: ./.github/actions/setup-bun + with: + cross-compile: "true" - name: Build run: | - ./packages/opencode/script/build.ts + ./packages/opencode/script/build.ts --all - name: Upload unsigned Windows CLI id: upload_unsigned_windows_cli -- cgit v1.2.3