Skip to content

Commit 47633ab

Browse files
shipujintargos
authored andcommitted
doc: add loong64 to list of architectures
PR-URL: #50172 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent 1f40ca1 commit 47633ab

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/api/os.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ added: v0.5.0
5050
* Returns: {string}
5151

5252
Returns the operating system CPU architecture for which the Node.js binary was
53-
compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,
54-
`'mipsel'`, `'ppc'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`, and `'x64'`.
53+
compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`,
54+
`'mips'`, `'mipsel'`, `'ppc'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`,
55+
and `'x64'`.
5556

5657
The return value is equivalent to [`process.arch`][].
5758

doc/api/process.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,8 @@ added: v0.5.0
873873
* {string}
874874

875875
The operating system CPU architecture for which the Node.js binary was compiled.
876-
Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,`'mipsel'`, `'ppc'`,
877-
`'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`, and `'x64'`.
876+
Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`, `'mips'`,
877+
`'mipsel'`, `'ppc'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`, and `'x64'`.
878878

879879
```mjs
880880
import { arch } from 'node:process';

0 commit comments

Comments
 (0)