Skip to content

feat: Add Windows x64 binary to release artifacts#37

Merged
jamesadevine merged 2 commits intomainfrom
copilot/add-windows-build-release-action
Mar 17, 2026
Merged

feat: Add Windows x64 binary to release artifacts#37
jamesadevine merged 2 commits intomainfrom
copilot/add-windows-build-release-action

Conversation

Copy link
Contributor

Copilot AI commented Mar 17, 2026

Releases currently only produce a Linux x64 binary. This adds a parallel Windows x64 build and restructures checksum generation to produce a single combined checksums.txt covering both platforms.

Changes

  • build-windows job — mirrors the Linux build on windows-2022; produces ado-aw-windows-x64.exe uploaded directly to the release
  • checksums job — new dedicated job that runs after both builds succeed; downloads all ado-aw-* release assets, verifies expected binaries exist, and generates a unified checksums.txt for all platforms
  • build (Linux) job — removed inline checksum generation; now only uploads the binary, delegating checksums to the new job

Both platform builds run in parallel; checksums fans in after both complete. The sha256sum -c checksums.txt --ignore-missing verification in generated pipelines continues to work unchanged.

Copilot AI and others added 2 commits March 17, 2026 10:49
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
@jamesadevine jamesadevine changed the title Add Windows x64 binary to release artifacts feat: Add Windows x64 binary to release artifacts Mar 17, 2026
@jamesadevine jamesadevine marked this pull request as ready for review March 17, 2026 10:55
@jamesadevine jamesadevine merged commit d463006 into main Mar 17, 2026
This was referenced Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants