summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2019-05-29 13:47:52 -0700
committerGitHub <noreply@github.com>2019-05-29 13:47:52 -0700
commit3ac776125f4b9182de05abb1daccb98221509cc1 (patch)
tree969c091a230eb750a892018a6e9e08633e189a95 /azure-pipelines.yml
parent85af89bbbf22b30f3f7f46c961b3f484c8783630 (diff)
downloadcoreclr-3ac776125f4b9182de05abb1daccb98221509cc1.tar.gz
coreclr-3ac776125f4b9182de05abb1daccb98221509cc1.tar.bz2
coreclr-3ac776125f4b9182de05abb1daccb98221509cc1.zip
Use Ubuntu 14.04-on-16.04 Docker image for arm cross builds. (#23999)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 74b9c9a92d..7b20d2f012 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -4,7 +4,7 @@ variables:
resources:
containers:
- container: ubuntu_1404_arm_cross_build_image
- image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-14.04-cross-1735d26-20190521133857
+ image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-14.04-23cacb0-20190528233931
- container: ubuntu_1604_arm64_cross_build_image
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-cfdd435-20190520220848