Dariel Dato-on 782c6a3d7f fix: use native Windows ARM64 binary for Bun >= 1.3.10
Bun v1.3.10 ships native Windows ARM64 binaries. Update
getArchitecture() and getAvx2() to be version-aware so that
windows-11-arm runners download bun-windows-aarch64.zip instead of
falling back to bun-windows-x64-baseline.zip. The x64 fallback is
preserved for older versions that lack ARM64 assets.

Closes #164

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 14:12:16 -06:00
..