Skip to content

Conversation

@robobun
Copy link

@robobun robobun commented Jan 18, 2026

Summary

  • Add arm64 Windows (aarch64-windows-gnu) builds to the CI matrix
  • Includes both ReleaseFast and ReleaseSafe variants
  • The gnu ABI is the correct one for aarch64-windows per zig's target definitions in lib/std/zig/target.zig

Test plan

  • CI builds successfully for the new aarch64-windows-gnu target

🤖 Generated with Claude Code

Add arm64 Windows builds to the CI matrix, including both ReleaseFast
and ReleaseSafe variants. The `gnu` ABI is the correct one for
aarch64-windows per zig's target definitions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@Jarred-Sumner Jarred-Sumner merged commit 163eda0 into upgrade-0.15.2 Jan 18, 2026
12 checks passed
@coderabbitai
Copy link

coderabbitai bot commented Jan 18, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

Adds aarch64-windows-gnu as a new build target to the GitHub Actions workflow matrix, including build commands, executable permission configuration for zig.exe, ZIP artifact creation, and release artifact extensions for the new target variants.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Configuration
\.github/workflows/bun_build.yaml``
Introduces aarch64-windows-gnu build target matrix entry; adds executable permission steps for zig.exe in aarch64-windows-gnu variants; adds build commands for new target; creates ZIP artifacts for bootstrap-aarch64-windows-gnu and bootstrap-aarch64-windows-gnu-ReleaseSafe; extends release artifact list with new bootstrap ZIP files

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

3 participants