Skip to content

Commit 2509b7f

Browse files
authored
ci: fix alpine build (microsoft#188446)
1 parent 00039b0 commit 2509b7f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ steps:
33
inputs:
44
versionSpec: "16.x"
55

6-
- script: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
7-
displayName: "Register Docker QEMU"
8-
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'arm64'))
9-
106
- template: ../distro/download-distro.yml
117

128
- task: AzureKeyVault@1
@@ -87,6 +83,7 @@ steps:
8783
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
8884
GITHUB_TOKEN: "$(github-distro-mixin-password)"
8985
VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME: vscodehub.azurecr.io/vscode-linux-build-agent:alpine-$(VSCODE_ARCH)
86+
VSCODE_HOST_MOUNT: "/mnt/vss/_work/1/s"
9087
displayName: Install build dependencies
9188
condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'))
9289

0 commit comments

Comments
 (0)