Improve support for ppc64le architecture (#4203)

Includes CI and arch-specific npm package
This commit is contained in:
sumitd2
2024-09-06 17:15:47 +05:30
committed by GitHub
parent 7ee54810d4
commit c26b77683a
5 changed files with 56 additions and 1 deletions

View File

@@ -144,6 +144,13 @@ jobs:
nodejs_hostname: nodejs.org
nodejs_version: "18.17.0"
nodejs_version_major: 18
- platform: linux-ppc64
distro: bullseye
run_on_arch: ppc64le
nodejs_arch: ppc64le
nodejs_hostname: nodejs.org
nodejs_version: "18.17.0"
nodejs_version_major: 18
steps:
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2