Add CI workflow: multi-platform release builds, artifact upload, and tag-triggered GitHub Releases#19
Merged
CircuitCoder merged 8 commits intomasterfrom Feb 27, 2026
Conversation
Co-authored-by: CircuitCoder <2051572+CircuitCoder@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add CI workflow for building binary and uploading artifacts
Add CI workflow: release build, artifact upload, and tag-triggered GitHub Releases
Feb 27, 2026
Owner
|
@copilot This is a native binary. Please also add Windows build, as well as arm64 builds. Uploaded binaries should have their platforms and ABIs noted in their filenames. |
…arm64 Co-authored-by: CircuitCoder <2051572+CircuitCoder@users.noreply.github.com>
Contributor
Author
Done in 44cb0e0. The workflow now builds a matrix of four targets:
Linux builds use |
Copilot
AI
changed the title
Add CI workflow: release build, artifact upload, and tag-triggered GitHub Releases
Add CI workflow: multi-platform release builds, artifact upload, and tag-triggered GitHub Releases
Feb 27, 2026
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.
Adds a GitHub Actions CI workflow that builds the binary in release mode for multiple platforms on every push and publishes all binaries to GitHub Releases on tag pushes.
Workflow triggers
v*): build + upload artifacts + create/publish GitHub ReleaseBuild matrix
ubuntu-latestx86_64-unknown-linux-gnupixivdwn-x86_64-unknown-linux-gnuubuntu-24.04-armaarch64-unknown-linux-gnupixivdwn-aarch64-unknown-linux-gnuwindows-latestx86_64-pc-windows-msvcpixivdwn-x86_64-pc-windows-msvc.exewindows-latest(cross)aarch64-pc-windows-msvcpixivdwn-aarch64-pc-windows-msvc.exeSteps
libsqlite3-devvia apt (required bysqlx'ssqlite-unbundledfeature)sqlite3via vcpkg using the appropriate static triplet (x64-windows-static-md/arm64-windows-static-md)cargo build --release --target <target>softprops/action-gh-release(pinned to commit SHA) to create the release if absent and attach all four binariesSecurity
softprops/action-gh-releaseis pinned to a specific commit SHA (c062e08b) rather than a mutable tag to guard against supply chain attacks.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.