From 313497f16af57c533dffabdf7bff694c29a7d81a Mon Sep 17 00:00:00 2001 From: Aman Khalid Date: Mon, 30 Sep 2024 17:54:05 +0000 Subject: [PATCH] [release/6.0-staging] Revert `Linux_arm` images to `ubuntu-16.04` (#108396) --- eng/pipelines/common/templates/pipeline-with-resources.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/common/templates/pipeline-with-resources.yml b/eng/pipelines/common/templates/pipeline-with-resources.yml index 93d2f29bb35ae..2a70349a924fa 100644 --- a/eng/pipelines/common/templates/pipeline-with-resources.yml +++ b/eng/pipelines/common/templates/pipeline-with-resources.yml @@ -17,7 +17,7 @@ extends: containers: Linux_arm: - image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm-20220907130538-70ed2e8 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-20210719121212-8a8d3be env: ROOTFS_DIR: /crossrootfs/arm @@ -35,7 +35,7 @@ extends: image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.13-WithNode-20210910135845-c401c85 Linux_musl_arm: - image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm-alpine-20220915134743-78f7860 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm-alpine-20210719121212-044d5b9 env: ROOTFS_DIR: /crossrootfs/arm