Skip to content

Commit 4d764c5

Browse files
mokashangjuanarbol
authored andcommitted
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 93d00ae commit 4d764c5

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
@@ -497,7 +497,8 @@ Single-executable support is tested regularly on CI only on the following
497497
platforms:
498498
499499
* Windows
500-
* macOS
500+
* macOS (arm64 only; x64 is not currently supported and is skipped in the
501+
tests)
501502
* Linux (all distributions [supported by Node.js][] except Alpine and all
502503
architectures [supported by Node.js][] except s390x)
503504

0 commit comments

Comments
 (0)