From 75858b5fc8a2b37d4816ab2a0e6acd9aeff69864 Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Mon, 6 May 2024 20:49:36 +0000 Subject: [PATCH] Switch from arm64 biarch image to Azure Linux image --- eng/pipelines/common/templates/pipeline-with-resources.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eng/pipelines/common/templates/pipeline-with-resources.yml b/eng/pipelines/common/templates/pipeline-with-resources.yml index 62f8434f8335c..f793624f5d97c 100644 --- a/eng/pipelines/common/templates/pipeline-with-resources.yml +++ b/eng/pipelines/common/templates/pipeline-with-resources.yml @@ -27,9 +27,8 @@ extends: ROOTFS_DIR: /crossrootfs/armv6 linux_arm64: - image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-biarch-amd64-arm64 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-arm64-net9.0 env: - ROOTFS_HOST_DIR: /crossrootfs/x64 ROOTFS_DIR: /crossrootfs/arm64 linux_musl_x64: