Skip to content

Commit 5a5dda8

Browse files
bwlclaude
andcommitted
fix: build for native architecture only
Removed universal-apple-darwin target since Bun CLI can't cross-compile. Workflow now builds for runner's native architecture (aarch64). Universal binaries can be added later with a matrix strategy. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 83a5f06 commit 5a5dda8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Build Tauri app
4545
working-directory: forest-desktop
46-
run: bun run tauri build --target universal-apple-darwin
46+
run: bun run tauri build
4747
env:
4848
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
4949
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
@@ -60,4 +60,4 @@ jobs:
6060
prerelease: false
6161
generate_release_notes: true
6262
files: |
63-
forest-desktop/src-tauri/target/universal-apple-darwin/release/bundle/dmg/*.dmg
63+
forest-desktop/src-tauri/target/release/bundle/dmg/*.dmg

0 commit comments

Comments
 (0)