feat: add macOS arm64 release build

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-03-26 00:06:07 +01:00
co-authored by Copilot
parent 90cc32e737
commit 4e3c74497f
3 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ The build pipeline is organized around three layers:
- publishing the sidecar for the target runtime
- assembling a platform-specific release bundle
Release automation validates the app across Windows, macOS, and Linux, and tag-based releases publish platform bundles directly to GitHub Releases.
Release automation validates the app across Windows, macOS, and Linux, and tag-based releases publish platform bundles directly to GitHub Releases, including both macOS x64 and arm64 artifacts.
This packaging model matches the runtime architecture: one desktop shell plus one dedicated AI execution process.