Update and fix build#1
Closed
eddymoulton wants to merge 2 commits intoOctopusDeploy:octopus/masterfrom
Closed
Conversation
This was referenced Mar 18, 2026
There was a problem hiding this comment.
Pull request overview
Updates the build chain to support newer libgit2 and modernized CI/build infrastructure (including arm macOS runners and multi-platform Docker builds).
Changes:
- Bumps libgit2 submodule/hash references and updates native binary mapping files.
- Switches Linux build containers to modern base images and uses
docker buildxplatform selection. - Updates CI workflow runner matrix and action usage for QEMU/Buildx and artifact handling.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| nuget.package/libgit2/libgit2_hash.txt | Updates the pinned libgit2 hash reference used by packaging. |
| nuget.package/libgit2/LibGit2Sharp.dll.config | Refreshes dllmap entries to match the new libgit2 native library name. |
| nuget.package/build/net46/LibGit2Sharp.NativeBinaries.props | Updates MSBuild properties for the new libgit2 hash/filename for net46 build. |
| nuget.package/build/LibGit2Sharp.NativeBinaries.props | Updates shared MSBuild properties for the new libgit2 hash/filename. |
| libgit2 | Advances the libgit2 submodule to the new commit. |
| dockerbuild.sh | Uses buildx --platform (instead of ARCH arg) and runs containers with the selected platform. |
| Dockerfile.linux-musl | Moves to a modern Alpine base image and relies on buildx platform selection. |
| Dockerfile.linux | Replaces crossbuild base image with Debian Bookworm and installs build dependencies directly. |
| .github/workflows/ci.yml | Updates runner matrix and action steps to use QEMU/Buildx and newer runner images. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
|
Replaced by #6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tweaks to get the build chain working again
docker buildxmanage different platformsRelates to MD-1600