Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 068eb84

Browse files
authored
Update ARM32 Cross Build Docker Image (#17819) (#17834)
1 parent 94a137b commit 068eb84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildpipeline/pipelines.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
{
146146
"Name": "DotNet-CoreClr-Trusted-Linux-Crossbuild",
147147
"Parameters": {
148-
"DockerTag": "ubuntu-14.04-cross-e435274-20180405193556",
148+
"DockerTag": "ubuntu-14.04-cross-e435274-20180426002420",
149149
"Architecture": "arm",
150150
"Rid": "linux",
151151
"CrossArchitecture": "x86",

netci.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ def static getDockerImageName(def architecture, def os, def isBuild) {
979979
}
980980
else if (architecture == 'arm') {
981981
if (os == 'Ubuntu') {
982-
return "microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-e435274-20180405193556"
982+
return "microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-e435274-20180426002420"
983983
}
984984
}
985985
}

0 commit comments

Comments
 (0)