Skip to content

Commit 2b686aa

Browse files
committed
Update compiler images again to actually contain the appropriate lib on Arm64
1 parent 00d7158 commit 2b686aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/pipelines/common/platform-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
platform: Linux_arm64
9292
container:
9393
${{ if eq(parameters.container, '') }}:
94-
image: ubuntu-18.04-cross-arm64-20220426130400-6e40d49
94+
image: ubuntu-18.04-cross-arm64-20220427171722-6e40d49
9595
${{ if ne(parameters.container, '') }}:
9696
image: ${{ parameters.container }}
9797
registry: mcr

eng/pipelines/libraries/helix-queues-setup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
4242
- (Ubuntu.2110.Arm64.Open)Ubuntu.1804.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-21.10-helix-arm64v8-20211116135000-0f8d97e
4343
- ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
44-
- (Ubuntu.1804.ArmArch.Open)Ubuntu.1804.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-20220426125905-97d8652
44+
- (Ubuntu.1804.ArmArch.Open)Ubuntu.1804.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-20220427171722-6e40d49
4545

4646
# Linux musl x64
4747
- ${{ if eq(parameters.platform, 'Linux_musl_x64') }}:

0 commit comments

Comments
 (0)