Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: linux musl static bins / windows aarch64 #63

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

YOU54F
Copy link
Member

@YOU54F YOU54F commented Apr 25, 2024

  • 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

- 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
@rholshausen rholshausen merged commit 3118495 into master Apr 25, 2024
11 checks passed
@rholshausen rholshausen deleted the feat/musl_static_win_aarch64 branch April 25, 2024 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants