ci: enable 32bits

This commit is contained in:
Baptiste Augrain
2023-06-02 17:40:24 +02:00
parent dfa2100471
commit 7c294be474
2 changed files with 4 additions and 4 deletions

View File

@@ -132,9 +132,9 @@ jobs:
- vscode_arch: arm64 - vscode_arch: arm64
npm_arch: arm64 npm_arch: arm64
image: vscodium/vscodium-linux-build-agent:buster-arm64 image: vscodium/vscodium-linux-build-agent:buster-arm64
# - vscode_arch: armhf - vscode_arch: armhf
# npm_arch: armv7l npm_arch: arm
# image: vscodium/vscodium-linux-build-agent:buster-armhf image: vscodium/vscodium-linux-build-agent:buster-armhf
container: container:
image: ${{ matrix.image }} image: ${{ matrix.image }}
env: env:

View File

@@ -41,7 +41,7 @@ jobs:
matrix: matrix:
vscode_arch: vscode_arch:
- x64 - x64
# - ia32 - ia32
- arm64 - arm64
outputs: outputs:
RELEASE_VERSION: ${{ env.RELEASE_VERSION }} RELEASE_VERSION: ${{ env.RELEASE_VERSION }}