forked from pact-foundation/pact-stub-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: linux musl static bins / windows aarch64
- create linux executables linked statically to musl - drop gnu (glibc) target, executable will work on alpine & glibc based distros (debian etc) - create windows aarch64 target - required update to Cargo.lock to update ring to v0.17 due to build failures on v0.16 - refactor release script & workflow to match pact-reference - builds on pull request to master/main branch, in debug mode - add Docker automated pipeline during release - publish multi-arch amd64/arm64 - publish to DockerHub - publish to GitHub container registry Related epics - musl all the things - pact-foundation/roadmap#30 - publish to github container registry - pact-foundation/roadmap#29
- Loading branch information
Showing
12 changed files
with
631 additions
and
386 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.