Skip to content

Fix the v0.2.0 mac universal release build - #9

Merged
katipally merged 1 commit into
mainfrom
v2-pipeline-agents
Jul 17, 2026
Merged

Fix the v0.2.0 mac universal release build#9
katipally merged 1 commit into
mainfrom
v2-pipeline-agents

Conversation

@katipally

Copy link
Copy Markdown
Owner

The 0.2.0 mac build failed at the universal merge: the agent bundle ships both darwin sherpa-onnx platform packages (voice cloning), whose Mach-O files are identical across the x64 and arm64 passes — electron-builder requires them declared in x64ArchFiles. Verified locally: the universal DMG builds clean with this change. Also includes the CI publish-never fix for the Windows smoke build.

…chFiles

The agent bundle ships both darwin platform packages for voice cloning (the
addon picks by os.arch() at runtime), so their Mach-O files are identical in
the x64 and arm64 passes of the universal build — electron-builder rejects
the merge unless they're covered by x64ArchFiles. This is what failed the
v0.2.0 mac release build (the retries were mislabeled as notarization flakes).
Verified locally: the universal DMG builds clean with this.
@katipally
katipally merged commit 06bbce2 into main Jul 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant