bazel-contrib / setup-bazel

GitHub Action to configure Bazel
MIT License
34 stars 7 forks source link

Fix setup-bazel for Windows ARM64 #28

Closed p0deje closed 1 month ago

p0deje commented 3 months ago

Related to #25

Implements a workaround for using Bazelisk on Windows ARM64 GitHub runners by temporarily using the x64 architecture binary until an ARM64 version becomes available. This change addresses the issue where setup-bazel failed to function correctly on Windows ARM64 due to the absence of a compatible Bazelisk binary.


For more details, open the Copilot Workspace session.

p0deje commented 1 month ago

Closing per https://github.com/bazel-contrib/setup-bazel/issues/25#issuecomment-2159229292