We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60a1233 + afc5ee2 commit 8d660d1Copy full SHA for 8d660d1
1 file changed
src/J2NET/Utilities/PathUtility.cs
@@ -44,6 +44,7 @@ public static string GetRuntimeIdentifier()
44
return arch switch
45
{
46
Architecture.X64 => "linux-musl-x64",
47
+ Architecture.Arm64 => "linux-musl-arm64",
48
_ => throw new PlatformNotSupportedException($"Alpine Linux {arch}")
49
};
50
}
0 commit comments