diff options
author | Wes Haggard <weshaggard@users.noreply.github.com> | 2018-04-18 10:19:36 -0700 |
---|---|---|
committer | Wes Haggard <Wes.Haggard@microsoft.com> | 2018-04-19 10:46:20 -0700 |
commit | f9e36f07e0a7fb2f9b7ccb14cf081459962c8453 (patch) | |
tree | f007afaf645b7fca0b0d37c59b2226318dcd1f5c | |
parent | 741f9e07ebdbd1109891ae409e752dad6b8c8151 (diff) | |
download | coreclr-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.
-rw-r--r-- | buildpipeline/pipelines.json | 2 |
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": { |