Skip to content

Commit

Permalink
Update Linux/arm, Linux/arm64 cross containers to ones including pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall committed Sep 7, 2022
1 parent 5e7cfbf commit 2053ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/common/platform-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
platform: Linux_arm
shouldContinueOnError: ${{ parameters.shouldContinueOnError }}
container:
image: ubuntu-18.04-cross-arm-20220426130400-6e40d49
image: ubuntu-18.04-cross-arm-20220907130538-70ed2e8
registry: mcr
jobParameters:
runtimeFlavor: ${{ parameters.runtimeFlavor }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
shouldContinueOnError: ${{ parameters.shouldContinueOnError }}
container:
${{ if eq(parameters.container, '') }}:
image: ubuntu-18.04-cross-arm64-20220427171722-6e40d49
image: ubuntu-18.04-cross-arm64-20220907130538-70ed2e8
${{ if ne(parameters.container, '') }}:
image: ${{ parameters.container }}
registry: mcr
Expand Down

0 comments on commit 2053ec0

Please sign in to comment.