Skip to content

feat: build Intel macOS SEA binaries alongside Apple Silicon - #1239

Merged
Mearman merged 1 commit into
mainfrom
feat/sea-binary-intel-macos
Sep 11, 2026
Merged

feat: build Intel macOS SEA binaries alongside Apple Silicon#1239
Mearman merged 1 commit into
mainfrom
feat/sea-binary-intel-macos

Conversation

@Mearman

@Mearman Mearman commented Sep 11, 2026

Copy link
Copy Markdown
Member

macos-latest tracks GitHub's newest Apple Silicon image only -- it stopped meaning Intel some releases ago (confirmed against the actual runner image the current macos-latest build used: macos-26-arm64). Adds macos-26-intel, GitHub's current standard (not large-runner, no extra cost) Intel Mac image, as a fourth leg in the SEA binary matrix.

Two legs now both report process.platform === "darwin" (Apple Silicon and Intel), so a binary name keyed by platform alone collides again exactly like the earlier Linux/macOS collision (#1238) fixed once already. binaryFileName and buildSeaBinary now take an explicit architecture alongside the platform, so every binary's asset name carries both: document-cli-macos-arm64 vs document-cli-macos-x64, document-cli-linux-x64, document-cli-windows-x64.exe.

Verified locally end to end: built a real document-rest-test-macos-arm64 binary, signed it, ran it, and confirmed it serves real HTTP responses.

Also fixes a stale claim in the root README (left over from the earlier switch to node --build-sea) that this script still runs a signtool designature step on Windows -- it doesn't; --build-sea replaced that step entirely.

macos-latest tracks GitHub's newest Apple Silicon image only; it
stopped meaning Intel some releases ago. Adds macos-26-intel (a
standard, non-large-runner image) as a fourth leg in the SEA binary
matrix, so document-cli, document-mcp, and document-rest each ship a
genuine Intel Mac build alongside the Apple Silicon one.

Two legs now report process.platform === "darwin", so a name keyed
by platform alone collides again exactly like the earlier Linux/
macOS collision this same script already fixed once. binaryFileName
and buildSeaBinary now take an explicit architecture alongside the
platform, and every binary's asset name carries both
(document-cli-macos-arm64 vs document-cli-macos-x64).

Also corrects a stale claim in the root README, left over from the
earlier switch to node --build-sea, that this script still runs a
signtool designature step on Windows -- it doesn't; --build-sea
replaced that entirely.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-11T17:07:17.193726Z 872d570 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@Mearman
Mearman merged commit f0a48a1 into main Sep 11, 2026
24 checks passed
@Mearman
Mearman deleted the feat/sea-binary-intel-macos branch September 11, 2026 17:06
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 5.10.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 4.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant