Procházet zdrojové kódy

fix: incorrect npm_config_arch for ppc64le (#1547)

Lex před 2 roky
rodič
revize
ff05d093c9

+ 1 - 1
.github/workflows/insider-linux.yml

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

+ 1 - 1
.github/workflows/stable-linux.yml

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