Add cross-platform GitHub Actions build workflow - #5
Merged
Conversation
Create comprehensive CI/CD pipeline that builds executables for all major platforms: **Supported Platforms:** - Linux x64 (x86_64-unknown-linux-gnu) - Linux ARM64 (aarch64-unknown-linux-gnu) - macOS x64 (x86_64-apple-darwin) - macOS ARM64 (aarch64-apple-darwin) - Windows x64 (x86_64-pc-windows-msvc) **Features:** - Matrix build strategy for parallel compilation - Cross-compilation setup with proper toolchains - Caching for faster builds - Binary stripping for smaller executables - Artifact uploads with 30-day retention - Automatic GitHub releases for tagged versions - Manual workflow dispatch support **Triggers:** - Push to main branch - Pull requests to main - Git tags (creates releases) - Manual workflow dispatch Tested locally with ARM64 macOS cross-compilation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
Summary
Add comprehensive CI/CD pipeline for building executables across all major platforms using GitHub Actions matrix builds.
Supported Platforms
x86_64-unknown-linux-gnu)aarch64-unknown-linux-gnu)x86_64-apple-darwin)aarch64-apple-darwin)x86_64-pc-windows-msvc)Features
Workflow Triggers
v*(creates releases)Testing
Benefits
🤖 Generated with Claude Code