libgit2 / libgit2sharp.nativebinaries

MIT License
29 stars 63 forks source link

Add MacOS Arm64 support #131

Closed drasticactions closed 3 years ago

drasticactions commented 3 years ago

This edits the scripts and yaml to include a osx-arm64 target. This should add the correct dylib to the Nuget package to be consumed by the main libgit2 library.

image

Fixes https://github.com/libgit2/libgit2sharp.nativebinaries/issues/129

drasticactions commented 3 years ago

Unnecessary commits doesn't really matter when they get squashed anyway, but I can make a new one.

drasticactions commented 3 years ago

New PR https://github.com/libgit2/libgit2sharp.nativebinaries/pull/132