Skip to content

Add release workflow for ARM and x86 builds#9

Merged
EDsCODE merged 3 commits intomainfrom
ci/release-workflow
Dec 10, 2025
Merged

Add release workflow for ARM and x86 builds#9
EDsCODE merged 3 commits intomainfrom
ci/release-workflow

Conversation

@EDsCODE
Copy link
Copy Markdown
Contributor

@EDsCODE EDsCODE commented Dec 10, 2025

Summary

  • Adds a GitHub Actions workflow that triggers on each push to main
  • Builds binaries for 4 architectures: linux-amd64, linux-arm64, darwin-amd64, darwin-arm64
  • Creates a GitHub release with all binaries, tagged by commit SHA (e.g., build-f7036aa)

Test plan

  • Merge to main and verify workflow triggers
  • Check that all 4 binaries are built successfully
  • Verify release is created with correct artifacts

🤖 Generated with Claude Code

Adds a GitHub Actions workflow that triggers on each push to main and:
- Builds binaries for linux-amd64, linux-arm64, darwin-amd64, darwin-arm64
- Creates a GitHub release with all binaries tagged by commit SHA

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@EDsCODE EDsCODE requested a review from fuziontech December 10, 2025 05:38
@EDsCODE EDsCODE merged commit 1f535b8 into main Dec 10, 2025
6 checks passed
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.

1 participant