Skip to content

Commit a95fc1f

Browse files
mokashangaduh95
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 4b367cb commit a95fc1f

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
@@ -536,7 +536,8 @@ Single-executable support is tested regularly on CI only on the following
536536
platforms:
537537
538538
* Windows
539-
* macOS
539+
* macOS (arm64 only; x64 is not currently supported and is skipped in the
540+
tests)
540541
* Linux (all distributions [supported by Node.js][] except Alpine and all
541542
architectures [supported by Node.js][] except s390x)
542543

0 commit comments

Comments
 (0)