Thank you for your interest in contributing to this project!
If you encounter any issues with the built binaries or the build process:
- Check existing issues to see if it's already reported
- If not, create a new issue with:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Your system information (if relevant)
We welcome improvements to:
- GitHub Actions workflow: Make builds faster, more reliable, or support additional architectures
- Documentation: Improve README, build instructions, or usage examples
- Build scripts: Add features like checksums, signing, or additional validation
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-improvement - Make your changes
- Test the workflow (you can trigger it manually in your fork)
- Submit a pull request with:
- Clear description of changes
- Reasoning for the improvement
- Test results if applicable
To test GitHub Actions changes:
- Push to your fork
- Go to the Actions tab in your fork
- Manually trigger the "Build CPU Binaries" workflow
- Verify the artifacts are created correctly
- Download and test the binaries on an aarch64 system if possible
Please be respectful and constructive in all interactions. This project follows the general open-source community standards for behavior.
Feel free to open an issue for questions about contributing or using this project.