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

Commit f9e36f0

Browse files
committed
Fix OutputRID for linux-musl official build
Need to include the `-x64` in the output rid.
1 parent 741f9e0 commit f9e36f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildpipeline/pipelines.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"Parameters": {
6262
"DockerTag": "alpine-3.6-3148f11-20171119021156",
6363
"Rid": "linux-musl",
64-
"PB_OutputRID": "linux-musl",
64+
"PB_OutputRID": "linux-musl-x64",
6565
"PB_AdditionalBuildArgs": "-portablebuild=false"
6666
},
6767
"ReportingParameters": {

0 commit comments

Comments
 (0)