We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00039b0 commit 2509b7fCopy full SHA for 2509b7f
build/azure-pipelines/alpine/product-build-alpine.yml
@@ -3,10 +3,6 @@ steps:
3
inputs:
4
versionSpec: "16.x"
5
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
-
10
- template: ../distro/download-distro.yml
11
12
- task: AzureKeyVault@1
@@ -87,6 +83,7 @@ steps:
87
83
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
88
84
GITHUB_TOKEN: "$(github-distro-mixin-password)"
89
85
VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME: vscodehub.azurecr.io/vscode-linux-build-agent:alpine-$(VSCODE_ARCH)
86
+ VSCODE_HOST_MOUNT: "/mnt/vss/_work/1/s"
90
displayName: Install build dependencies
91
condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'))
92
0 commit comments