fix: re-enable 32bits builds with npm_config_force_process_config env variable (#1082)

This commit is contained in:
Baptiste Augrain
2022-05-14 18:44:59 +02:00
committed by GitHub
parent 70082e0f0f
commit c2469ff520
4 changed files with 43 additions and 8 deletions

View File

@@ -27,9 +27,9 @@ jobs:
- vscode_arch: arm64
npm_arch: arm64
image: vscodium/vscodium-linux-build-agent:stretch-arm64
# - vscode_arch: armhf
# npm_arch: armv7l
# image: vscodium/vscodium-linux-build-agent:stretch-armhf
- vscode_arch: armhf
npm_arch: armv7l
image: vscodium/vscodium-linux-build-agent:stretch-armhf
steps:
- uses: actions/checkout@v3

View File

@@ -22,7 +22,7 @@ jobs:
matrix:
vscode_arch:
- x64
# - ia32
- ia32
- arm64
steps: