WIP on feature/build-executables#50
Conversation
- Creates build-windows.yml workflow for building Windows x86_64 binary - Includes build and test jobs - Triggered on push to main/feature/build-executables or manual dispatch - Uses windows-latest runner with Python 3.11 - Uploads binary as artifact for testing
2cf1962 to
661b1a8
Compare
| id: tag_name | ||
| run: | | ||
| if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then | ||
| echo "tag=${{ inputs.version }}" >> $GITHUB_OUTPUT |
Check failure
Code scanning / SonarCloud
GitHub Actions should not be vulnerable to script injections High
661b1a8 to
e7c31b1
Compare
Remediation Agent Summary 📊
Issues requiring manual fix (11)
Note Help us improve the Agent! |
SonarQube reviewer guideSummary: Adds comprehensive build and release automation for standalone executables across multiple platforms (Windows x86_64/ARM64, Linux x86_64/ARM64, macOS Intel/Apple Silicon), along with simplified migration workflows and extensive user documentation. Review Focus:
Start review at:
|





Work in progress. Use Executables and not docker or regular bash