From bf2003bf600c5f8ae26c9b3a9cd44a0fd6da3a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Sat, 9 Mar 2024 14:28:39 +0100 Subject: [PATCH] alpine-arm64: try using x64 --- build/azure-pipelines/product-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index 5c82f342c77..01bd890c4f1 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -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 }}