You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add GitHub Actions workflows for CI and releases
- Add ci.yml: Build and test on Linux/macOS with Zig 0.15.2
- Runs on push to main and pull requests
- Includes format check with zig fmt
- Add release.yml: Automated binary releases on git tags
- Builds for 4 targets: linux-amd64, linux-arm64, macos-amd64, macos-arm64
- Uses ReleaseSafe optimization
- Auto-generates release notes
Signed-off-by: leocavalcante <[email protected]>
0 commit comments