ci: consolidate release build matrix with platform scripts and musl static binary#18
Open
aek676 wants to merge 3 commits into
Open
ci: consolidate release build matrix with platform scripts and musl static binary#18aek676 wants to merge 3 commits into
aek676 wants to merge 3 commits into
Conversation
Consolidate per-platform release jobs into a single matrix-based build job. Add platform-specific setup and packaging scripts under .github/scripts for linux-ubuntu, linux-fedora, linux-arch, macos (x86_64 & arm64), and windows. Use a unified build step and invoke a packaging script per matrix target; artifacts are uploaded as asset-<target>. Update publish-release to depend on the consolidated build job and to download and sign the generated assets before creating the release.
ci: matrix realease for each SO build
Owner
|
Thanks for the PR. The matrix refactor is a good direction and I'd be happy to keep the musl static binary as an additional portable option. However, I can't drop the per-distro packages (.deb/.rpm/.pkg.tar.zst) because this application is being prepared for deep system integration through distro-specific channels, namely AUR and pacman. A generic tarball doesn't fit that distribution model long-term. |
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.
Refactor the release workflow to use a single build matrix, making the
code more readable and maintainable. Platform-specific logic has been
extracted into dedicated setup/package scripts.
Changes:
x86_64-unknown-linux-musltarget → one static binary that works on Debian, Fedora, and Arch (no more per-distro .deb/.rpm/.pkg.tar.zst)