From d81cc277b547c718edaa4e8b52367849ffd13903 Mon Sep 17 00:00:00 2001 From: mokashang <64570909+mokashang@users.noreply.github.com> Date: Thu, 7 May 2026 18:40:58 -0700 Subject: [PATCH] doc: clarify SEA platform support excludes darwin-x64 The Platform support section of the single-executable-applications doc listed `macOS` without qualifying which architecture is supported. SEA on x64 macOS is not supported and is skipped in CI; only arm64 macOS is exercised. Refs: https://github.com/nodejs/node/issues/62893 Signed-off-by: mokashang <64570909+mokashang@users.noreply.github.com> --- doc/api/single-executable-applications.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/single-executable-applications.md b/doc/api/single-executable-applications.md index c63b8c8f57c0c3..7480a87d43a556 100644 --- a/doc/api/single-executable-applications.md +++ b/doc/api/single-executable-applications.md @@ -630,7 +630,8 @@ Single-executable support is tested regularly on CI only on the following platforms: * Windows -* macOS +* macOS (arm64 only; x64 is not currently supported and is skipped in the + tests) * Linux (all distributions [supported by Node.js][] except Alpine and all architectures [supported by Node.js][] except s390x)