Skip to content

Commit

Permalink
Add linux-musl-loongarch64 in rid graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Aug 10, 2024
1 parent bcca12c commit 4f59271
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@
"linux-riscv64"
]
},
"linux-musl-loongarch64": {
"#import": [
"linux-musl",
"linux-loongarch64"
]
},
"linux-musl-s390x": {
"#import": [
"linux-musl",
Expand Down Expand Up @@ -472,4 +478,4 @@
]
}
}
}
}
8 changes: 7 additions & 1 deletion src/libraries/Microsoft.NETCore.Platforms/src/runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -2135,6 +2135,12 @@
"linux-riscv64"
]
},
"linux-musl-loongarch64": {
"#import": [
"linux-musl",
"linux-loongarch64"
]
},
"linux-musl-s390x": {
"#import": [
"linux-musl",
Expand Down Expand Up @@ -4620,4 +4626,4 @@
]
}
}
}
}

0 comments on commit 4f59271

Please sign in to comment.