Skip to content

Commit 4df4f69

Browse files
authored
ci: install qemu for alpine arm64 (microsoft#188455)
1 parent 7628b55 commit 4df4f69

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build/azure-pipelines/alpine/product-build-alpine.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ steps:
7878
echo "Yarn failed $i, trying again..."
7979
done
8080
env:
81+
npm_config_arch: $(NPM_ARCH)
8182
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
8283
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
8384
GITHUB_TOKEN: "$(github-distro-mixin-password)"

build/azure-pipelines/product-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ stages:
481481
- job: LinuxAlpine
482482
variables:
483483
VSCODE_ARCH: x64
484+
NPM_ARCH: x64
484485
steps:
485486
- template: alpine/product-build-alpine.yml
486487

@@ -489,6 +490,7 @@ stages:
489490
timeoutInMinutes: 120
490491
variables:
491492
VSCODE_ARCH: arm64
493+
NPM_ARCH: arm64
492494
steps:
493495
- template: alpine/product-build-alpine.yml
494496

0 commit comments

Comments
 (0)