alpine-arm64: try using x64

This commit is contained in:
João Moreno 2024-03-09 14:28:39 +01:00
parent a00f007a93
commit bf2003bf60
No known key found for this signature in database
GPG key ID: 896B853774D1A575

View file

@ -229,11 +229,9 @@ extends:
- ${{ if and(eq(variables['VSCODE_CIBUILD'], false), eq(parameters.VSCODE_BUILD_ALPINE_ARM64, true)) }}:
- job: CLIAlpineARM64
pool:
name: 1es-mariner-2.0-arm64
name: 1es-ubuntu-20.04-x64
os: linux
steps:
- bash: sudo tdnf install unzip -y
displayName: Install unzip
- template: build/azure-pipelines/alpine/cli-build-alpine.yml@self
parameters:
VSCODE_QUALITY: ${{ variables.VSCODE_QUALITY }}