Skip to content

Commit e15f905

Browse files
authored
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: #62893 Signed-off-by: mokashang <64570909+mokashang@users.noreply.github.com> PR-URL: #63181 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
1 parent facd71e commit e15f905

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/api/single-executable-applications.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,8 @@ Single-executable support is tested regularly on CI only on the following
630630
platforms:
631631

632632
* Windows
633-
* macOS
633+
* macOS (arm64 only; x64 is not currently supported and is skipped in the
634+
tests)
634635
* Linux (all distributions [supported by Node.js][] except Alpine and all
635636
architectures [supported by Node.js][] except s390x)
636637

0 commit comments

Comments
 (0)