fix: incorrect npm_config_arch for ppc64le (#1547)
This commit is contained in:
parent
08114ab943
commit
ff05d093c9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/insider-linux.yml
vendored
2
.github/workflows/insider-linux.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/stable-linux.yml
vendored
2
.github/workflows/stable-linux.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue