diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 8c77a60..a3dab73 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -266,8 +266,8 @@ jobs: npm_arch: arm64 - vscode_arch: armhf npm_arch: arm - # - vscode_arch: ppc64le - # npm_arch: ppc64 + - vscode_arch: ppc64le + npm_arch: ppc64 - vscode_arch: riscv64 npm_arch: riscv64 env: diff --git a/package_linux_reh.sh b/package_linux_reh.sh index 58b3500..35d48ab 100755 --- a/package_linux_reh.sh +++ b/package_linux_reh.sh @@ -39,7 +39,7 @@ if [[ "${VSCODE_ARCH}" == "x64" || "${VSCODE_ARCH}" == "arm64" ]]; then elif [[ "${VSCODE_ARCH}" == "armhf" ]]; then VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:bionic-devtoolset-arm32v7" elif [[ "${VSCODE_ARCH}" == "ppc64le" ]]; then - VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:bionic-devtoolset-ppc64le" + VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:focal-devtoolset-ppc64le" export ELECTRON_SKIP_BINARY_DOWNLOAD=1 export PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 export VSCODE_SYSROOT_REPO='VSCodium/vscode-linux-build-agent'