fix armhf build

This commit is contained in:
João Moreno 2020-09-08 11:33:29 +02:00
parent 41a90e7c50
commit e73d8797ca
No known key found for this signature in database
GPG key ID: 896B853774D1A575
2 changed files with 4 additions and 1 deletions

View file

@ -64,7 +64,7 @@ steps:
- script: |
set -e
CHILD_CONCURRENCY=1 npm_config_arch=$(VSCODE_ARCH) yarn --frozen-lockfile
CHILD_CONCURRENCY=1 npm_config_arch=$(NPM_ARCH) yarn --frozen-lockfile
displayName: Install dependencies
condition: and(succeeded(), ne(variables['CacheRestored'], 'true'))

View file

@ -72,6 +72,7 @@ stages:
container: vscode-x64
variables:
VSCODE_ARCH: x64
NPM_ARCH: x64
steps:
- template: linux/product-build-linux.yml
@ -90,6 +91,7 @@ stages:
container: vscode-armhf
variables:
VSCODE_ARCH: armhf
NPM_ARCH: arm
steps:
- template: linux/product-build-linux.yml
@ -98,6 +100,7 @@ stages:
container: vscode-arm64
variables:
VSCODE_ARCH: arm64
NPM_ARCH: arm64
steps:
- template: linux/product-build-linux.yml