Skip to content

Commit 8d660d1

Browse files
authored
Merge pull request #13 from chequer-io/fix/alpine
Fix PathUtility for Alpine Linux
2 parents 60a1233 + afc5ee2 commit 8d660d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/J2NET/Utilities/PathUtility.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public static string GetRuntimeIdentifier()
4444
return arch switch
4545
{
4646
Architecture.X64 => "linux-musl-x64",
47+
Architecture.Arm64 => "linux-musl-arm64",
4748
_ => throw new PlatformNotSupportedException($"Alpine Linux {arch}")
4849
};
4950
}

0 commit comments

Comments
 (0)