Skip to content

Commit 1336031

Browse files
committed
(build) added linux-musl-arm64 native tar.gz
1 parent 7dfc8a2 commit 1336031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build/BuildContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class BuildContext : BuildContextBase
1111
public readonly Dictionary<PlatformFamily, string[]> NativeRuntimes = new()
1212
{
1313
[PlatformFamily.Windows] = new[] { "win-x64", "win-x86" },
14-
[PlatformFamily.Linux] = new[] { "linux-x64", "linux-musl-x64", "linux-arm64" },
14+
[PlatformFamily.Linux] = new[] { "linux-x64", "linux-musl-x64", "linux-arm64", "linux-musl-arm64" },
1515
[PlatformFamily.OSX] = new[] { "osx-x64" },
1616
};
1717

0 commit comments

Comments
 (0)