Build universal GhosttyKit for Release

This commit is contained in:
Lawrence Chen 2026-03-08 04:21:23 -07:00
parent 89587694c6
commit 76f53aaf90
6 changed files with 13 additions and 11 deletions

View file

@ -69,7 +69,7 @@ jobs:
exit 1
fi
fi
cd ghostty && zig build -Demit-xcframework=true -Demit-macos-app=false -Doptimize=ReleaseFast
cd ghostty && zig build -Demit-xcframework=true -Demit-macos-app=false -Dxcframework-target=universal -Doptimize=ReleaseFast
- name: Package xcframework
if: steps.check-release.outputs.exists == 'false'