Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update arm/arm64 Linux cross build images
The images are updated to the latest ones as a preparation for enabling
native PGO for Linux arm64 and potentially Linux arm.

We are moving to targeting glibc 2.27 (the one from Ubuntu 18.04).
Before, we were targeting obsolete Ubuntu 16.04.
  • Loading branch information
janvorli committed Apr 26, 2022
commit c65791d781582f77c73bacdc8327bf512116b587
4 changes: 2 additions & 2 deletions eng/pipelines/common/platform-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
targetRid: linux-arm
platform: Linux_arm
container:
image: ubuntu-16.04-cross-20210719121212-8a8d3be
image: ubuntu-18.04-cross-arm-20220426130400-6e40d49
registry: mcr
jobParameters:
runtimeFlavor: ${{ parameters.runtimeFlavor }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
platform: Linux_arm64
container:
${{ if eq(parameters.container, '') }}:
image: ubuntu-16.04-cross-arm64-20210719121212-8a8d3be
image: ubuntu-18.04-cross-arm64-20220426130400-6e40d49
${{ if ne(parameters.container, '') }}:
image: ${{ parameters.container }}
registry: mcr
Expand Down