-
Notifications
You must be signed in to change notification settings - Fork 0
Update CI to build binaries for ARM64 and x86 #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
@copilot retry |
Co-authored-by: miskibin <77834536+miskibin@users.noreply.github.com>
Done! I've updated the CI to build binaries for ARM64 and x86 in addition to x64. The changes include:
Commit: ba70ddc |
|
@copilot 31s Determining projects to restore... Determining projects to restore... Determining projects to restore... Compress-Archive: D:\a_temp\5bf4aa43-9259-476e-ba46-36d6dc4c9fa2.ps1:3 |
Co-authored-by: miskibin <77834536+miskibin@users.noreply.github.com>
... Fixed! The issue was that the workflow was running without a proper version tag (the tag trigger was commented out), causing it to use the branch name "copilot/update-ci-binaries-for-arm-x86" as the version, which created invalid file paths with slashes. Changes made:
Now you can test the workflow manually via the "Run workflow" button, or it will run automatically when you push a tag like Commit: df6ff99 |
This PR updates the CI workflow and project configuration to build binaries for three architectures:
Changes Made
quickLink.csprojto include x86 and ARM64 in the Platforms and RuntimeIdentifiersSHA256SUMS.txtworkflow_dispatchtrigger to allow manual testing of the workflow with custom version numbersTesting
The changes ensure that QuickLink can now be used on a wider range of Windows devices, including modern ARM-based Windows PCs and legacy 32-bit systems. The workflow can be triggered automatically by pushing a tag (e.g.,
v1.0.0) for production releases, or manually via the "Run workflow" button in GitHub Actions for testing purposes.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.