summaryrefslogtreecommitdiff
path: root/buildpipeline/pipelines.json
diff options
context:
space:
mode:
authorWes Haggard <weshaggard@users.noreply.github.com>2018-04-18 10:19:36 -0700
committerWes Haggard <Wes.Haggard@microsoft.com>2018-04-19 10:46:20 -0700
commitf9e36f07e0a7fb2f9b7ccb14cf081459962c8453 (patch)
treef007afaf645b7fca0b0d37c59b2226318dcd1f5c /buildpipeline/pipelines.json
parent741f9e07ebdbd1109891ae409e752dad6b8c8151 (diff)
downloadcoreclr-f9e36f07e0a7fb2f9b7ccb14cf081459962c8453.tar.gz
coreclr-f9e36f07e0a7fb2f9b7ccb14cf081459962c8453.tar.bz2
coreclr-f9e36f07e0a7fb2f9b7ccb14cf081459962c8453.zip
Fix OutputRID for linux-musl official build
Need to include the `-x64` in the output rid.
Diffstat (limited to 'buildpipeline/pipelines.json')
-rw-r--r--buildpipeline/pipelines.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildpipeline/pipelines.json b/buildpipeline/pipelines.json
index ebf36e595d..cf1df6d0b7 100644
--- a/buildpipeline/pipelines.json
+++ b/buildpipeline/pipelines.json
@@ -61,7 +61,7 @@
"Parameters": {
"DockerTag": "alpine-3.6-3148f11-20171119021156",
"Rid": "linux-musl",
- "PB_OutputRID": "linux-musl",
+ "PB_OutputRID": "linux-musl-x64",
"PB_AdditionalBuildArgs": "-portablebuild=false"
},
"ReportingParameters": {