Skip to content

Add riscv64 to the list of supported architectures #49278

Description

@ilg-ul

Affected URL(s)

https://nodejs.org/dist/latest-v20.x/docs/api/os.html#osarch

Description of the problem

The node.git/doc/api/os.md file currently reads:

Returns the operating system CPU architecture for which the Node.js binary was
compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,
`'mipsel'`, `'ppc'`, `'ppc64'`, `'s390'`, `'s390x'`, and `'x64'`.

I suggest to change it to:

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

The same for node.git/doc/api/process.md.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

docIssues and PRs related to Node.js documentation.osIssues and PRs related to the os subsystem.processIssues and PRs related to the process subsystem.riscv64Issues and PRs related to the 64-bit RISC-V architecture.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions