Skip to content

feat: add Windows ARM64 build support#639

Open
Molier wants to merge 1 commit into
prayag17:mainfrom
Molier:feat/windows-arm64
Open

feat: add Windows ARM64 build support#639
Molier wants to merge 1 commit into
prayag17:mainfrom
Molier:feat/windows-arm64

Conversation

@Molier
Copy link
Copy Markdown

@Molier Molier commented Apr 12, 2026

Summary

Adds the windows-11-arm GitHub runner to the CI and release workflow matrices so Blink produces native ARM64 Windows installers.

No code changes are needed. Tauri, all the plugins, and the WASM-based media handling are all architecture-neutral, so it's just a workflow change.

Uses GitHub's partner ARM64 runner from Arm Limited (https://github.com/actions/partner-runner-images), which is free for public repos.

Closes #634

What changed

  • continuous-integration.yml: added windows-11-arm to the build matrix
  • release.yml: added windows-11-arm to the build matrix

The existing conditional logic for ubuntu (apt deps) and macOS (universal binary target) already skips correctly for the new runner, so no extra conditionals were needed.

Tested

I tested this on my fork and the build succeeds on the ARM64 runner. Rust compiles fine, Tauri bundles the arm64-setup.exe installer without issues. Full CI run here: https://github.com/Molier/Blink/actions/runs/24312852588

Add windows-11-arm runner to CI and release workflows to produce
native ARM64 Windows installers. Resolves prayag17#634.
@Molier Molier marked this pull request as draft April 12, 2026 17:38
@Molier Molier marked this pull request as ready for review April 12, 2026 18:09
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.

Windows ARM64 package

1 participant