Skip to content

feat: build ARM64 Linux and Windows SEA binaries too - #1240

Merged
Mearman merged 1 commit into
mainfrom
feat/sea-binary-arm64-linux-windows
Sep 11, 2026
Merged

feat: build ARM64 Linux and Windows SEA binaries too#1240
Mearman merged 1 commit into
mainfrom
feat/sea-binary-arm64-linux-windows

Conversation

@Mearman

@Mearman Mearman commented Sep 11, 2026

Copy link
Copy Markdown
Member

Adds ubuntu-24.04-arm and windows-11-arm as two more legs in the SEA binary matrix, alongside the existing x64 Linux/Windows legs and the macOS Apple Silicon/Intel pair (#1239). Both are standard, non-large-runner GitHub-hosted images.

Confirmed Node 26.8.1 ships official linux-arm64 and win-arm64 builds, so the existing "install a newer Node for the injection step" setup-node call resolves correctly on both without any change. Also checked document-cli/document-mcp/document-rest's own dependency trees for native-binding packages that might not be architecture-portable -- none found; the only arch-sensitive dependency in the mix (yoga-layout, via Ink) is WASM-based, not a native addon.

binaryFileName already disambiguates by process.arch as well as platform (added for the earlier Intel/Apple Silicon macOS split), so document-cli-linux-arm64 and document-cli-windows-arm64.exe fall out with no further code change -- only the matrix itself needed extending.

Adds ubuntu-24.04-arm and windows-11-arm as two more legs in the SEA
binary matrix, alongside the existing x64 Linux and Windows legs and
the macOS Apple Silicon/Intel pair. Both are standard, non-large-
runner GitHub-hosted images. Confirmed Node 26.8.1 ships official
linux-arm64 and win-arm64 builds, so the existing "install a newer
Node for the injection step" setup-node call resolves correctly on
both without any change. binaryFileName already disambiguates by
process.arch as well as platform (added for the earlier Intel/Apple
Silicon macOS split), so document-cli-linux-arm64 and
document-cli-windows-arm64.exe fall out with no further code change
-- only the matrix itself needed extending.
@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:41:06.358018Z 5d82665 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 78cfe9f into main Sep 11, 2026
24 checks passed
@Mearman
Mearman deleted the feat/sea-binary-arm64-linux-windows branch September 11, 2026 17:41
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 5.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 4.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.3.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