File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ the **[LibGit2Sharp.NativeBinaries][lg2s-nb]** NuGet package.
99This package contains the compiled versions of the libgit2 native library for
1010the following platforms:
1111
12- - Windows (x86, x64)
12+ - Windows (x86, x64, arm64 )
1313 - macOS (x64)
1414 - Linux (arm, arm64, x64)
1515
@@ -37,7 +37,15 @@ To build x64 binaries:
3737build.libgit2.ps1 -x64
3838```
3939
40- If both parameters are specified, both architectures will be built. See the script for additional parameters.
40+ To build arm64 binaries:
41+
42+ ```
43+ build.libgit2.ps1 -arm64
44+ ```
45+
46+ Multiple architecture parameters can be specified to build multiple binaries with a single execution of the script.
47+
48+ See the script for additional parameters.
4149
4250### build.libgit2.sh
4351
You can’t perform that action at this time.
0 commit comments