summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>2018-03-16 05:51:29 -0400
committerJan Vorlicek <janvorli@microsoft.com>2018-03-16 10:51:29 +0100
commit9d0e7065b788333c712a31d11fc46fe561887b66 (patch)
tree445590b2022e0f71fa9b83c63656f3bf81826fed /buildpipeline
parenta847c49412d8f38a263123c036b08cb02711a6d4 (diff)
downloadcoreclr-9d0e7065b788333c712a31d11fc46fe561887b66.tar.gz
coreclr-9d0e7065b788333c712a31d11fc46fe561887b66.tar.bz2
coreclr-9d0e7065b788333c712a31d11fc46fe561887b66.zip
[Arm64/Ubuntu] Enable official builds (#16981)
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/pipelines.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/buildpipeline/pipelines.json b/buildpipeline/pipelines.json
index e48305dcd4..056b53c431 100644
--- a/buildpipeline/pipelines.json
+++ b/buildpipeline/pipelines.json
@@ -141,6 +141,21 @@
"Architecture": "arm",
"PB_BuildType": null
}
+ },
+ {
+ "Name": "DotNet-CoreClr-Trusted-Linux-Crossbuild",
+ "Parameters": {
+ "DockerTag": "ubuntu-16.04-cross-arm64-a3ae44b-20180315221921",
+ "Architecture": "arm64",
+ "Rid": "linux"
+ },
+ "ReportingParameters": {
+ "OperatingSystem": "Linux",
+ "SubType": "PortableCrossBuild",
+ "Type": "build/product/",
+ "Architecture": "arm64",
+ "PB_BuildType": null
+ }
}
]
}