Skip to content

Add Windows ARM64 target to release build matrix#44

Merged
jeremytrimble merged 1 commit into
mainfrom
copilot/add-windows-arm-builds
May 30, 2026
Merged

Add Windows ARM64 target to release build matrix#44
jeremytrimble merged 1 commit into
mainfrom
copilot/add-windows-arm-builds

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 30, 2026

This updates the release workflow to produce Windows ARM binaries in addition to existing Linux, macOS, and x64 Windows artifacts. Release packaging now includes a distinct ARM64 Windows executable asset.

  • Workflow matrix expansion

    • Added a new build-binary matrix entry for windows-11-arm.
    • Introduced platform: windows-arm64 and binary_dst_suffix: windows-arm64 so artifact naming remains deterministic and non-colliding.
  • Release artifact impact

    • The workflow now publishes an additional binary named in the existing convention:
      • specview-<version>-windows-arm64.exe
- os: windows-11-arm
  platform: windows-arm64
  binary_src: dist/specview.exe
  binary_dst_suffix: windows-arm64
  binary_ext: ".exe"

Copilot AI changed the title Add Windows ARM builds to build/release workflow Add Windows ARM64 target to release build matrix May 30, 2026
Copilot AI requested a review from jeremytrimble May 30, 2026 13:19
@jeremytrimble jeremytrimble marked this pull request as ready for review May 30, 2026 13:24
@jeremytrimble jeremytrimble merged commit 331bb34 into main May 30, 2026
3 checks passed
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