fix: incorrect npm_config_arch for ppc64le (#1547)

This commit is contained in:
Lex 2023-06-14 01:16:06 -05:00 committed by GitHub
parent 08114ab943
commit ff05d093c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ jobs:
npm_arch: arm64
image: vscodium/vscodium-linux-build-agent:buster-arm64
- vscode_arch: pp64le
npm_arch: ppc64le
npm_arch: ppc64
image: vscodium/vscodium-linux-build-agent:bionic-ppc64le
- vscode_arch: armhf
npm_arch: arm

View file

@ -133,7 +133,7 @@ jobs:
npm_arch: arm
image: vscodium/vscodium-linux-build-agent:buster-armhf
- vscode_arch: ppc64le
npm_arch: ppc64le
npm_arch: ppc64
image: vscodium/vscodium-linux-build-agent:bionic-ppc64le
container:
image: ${{ matrix.image }}