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
Prev Previous commit
Next Next commit
Revert "Use staging x86 docker image"
This reverts commit 15609b4.
  • Loading branch information
vcsjones committed Dec 7, 2022
commit 4b254ffa3ebc05e7cd8e08fcc56569b41180db32
2 changes: 1 addition & 1 deletion eng/pipelines/common/templates/pipeline-with-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resources:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7

- container: Linux_x86
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-x86-linux-staging
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-x86-linux
env:
ROOTFS_DIR: /crossrootfs/x86

Expand Down