feat: add windows_arm64 releases#1368
Merged
vladmos merged 6 commits intobazelbuild:mainfrom Jul 3, 2025
Merged
Conversation
…e the arch for all platforms. Simplifies copy_files defintiion.
Contributor
Author
|
@vladmos can you please review when you get a chance? Thanks! |
Contributor
Author
|
@vladmos @pmbethe09 @oreflow - friendly ping. Thanks! |
Contributor
Author
Contributor
|
Any chance of a new release in the near future? No release has been made since this PR went in, so there are no official arm64 Windows artifacts available. |
|
Please :) - arm64 for Windows :) |
oreflow
pushed a commit
that referenced
this pull request
Jan 30, 2026
The addition of this breaks NPM deployment due to `413 Request Entity Too Large` windows_arm64 was added after most recent npm deploy (#1368), so there should not be any existing dependencies on it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Windows ARM64 support for
buildtoolsThis adds native Windows ARM64 binaries for
buildifier,buildozer, andunused_deps.Changes
go_binaryrules for Windows ARM64 targets across all toolsNote
For consistency, renamed AMD64 build targets to include architecture suffix (e.g.,
buildifier-windows→buildifier-windows-amd64). This is an internal build change and doesn't affect end users.Closes #874