We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc8bac commit 3085030Copy full SHA for 3085030
1 file changed
src/native/native.cproj
@@ -11,9 +11,17 @@
11
<RuntimeIdentifiers>
12
linux-arm;
13
linux-arm64;
14
+ linux-loongarch64;
15
+ linux-ppc64le;
16
+ linux-riscv64;
17
+ linux-s390x;
18
linux-x64;
19
linux-musl-arm;
20
linux-musl-arm64;
21
+ linux-musl-loongarch64;
22
+ linux-musl-ppc64le;
23
+ linux-musl-riscv64;
24
+ linux-musl-s390x;
25
linux-musl-x64;
26
osx-arm64;
27
osx-x64;
0 commit comments