Skip to content

Conversation

@CodeIter
Copy link
Owner

@CodeIter CodeIter commented Oct 5, 2025

This commit introduces two new GitHub Actions workflows:

  • ci.yml: Builds the application on every push to main and on pull requests targeting main.
  • release.yml: Builds the application for Linux, Windows, and macOS, and creates a GitHub Release with the binaries when a version tag is pushed.

The Makefile has been updated to support cross-platform builds.

This commit introduces two new GitHub Actions workflows:
- `ci.yml`: Builds the application on every push to `main` and on pull requests targeting `main`.
- `release.yml`: Builds the application for Linux, Windows, and macOS, and creates a GitHub Release with the binaries when a version tag is pushed.

The `Makefile` has been updated to support cross-platform builds.
@CodeIter CodeIter self-assigned this Oct 5, 2025
@CodeIter CodeIter added the enhancement New feature or request label Oct 5, 2025
@CodeIter CodeIter merged commit 3d6698a into main Oct 5, 2025
1 check failed
@CodeIter CodeIter deleted the feature/github-actions-workflows branch October 5, 2025 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants