Fix OutputRID for linux-musl official build
authorWes Haggard <weshaggard@users.noreply.github.com>
Wed, 18 Apr 2018 17:19:36 +0000 (10:19 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Apr 2018 17:19:36 +0000 (10:19 -0700)
Need to include the `-x64` in the output rid.

buildpipeline/pipelines.json

index ebf36e5..cf1df6d 100644 (file)
@@ -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": {