github bazelbuild/bazelisk v1.6.0
v1.6.0 (arm64 support, .bazeliskrc, PATH fix)

latest releases: v1.20.0, v1.19.0, v1.18.0...
3 years ago

This Bazelisk release brings two improvements:

  • 🦾 Bazelisk now supports arm64 on Linux. Note that Bazel 3.4.0 was the first release with arm64 binaries. Thanks for the contribution @lizan!
  • 🌌 Bazelisk now runs Bazel with a $PATH set so that running the bazel command resolves to the correct Bazel version. For example, this is useful if you have shell scripts or tests that invoke bazel - these will now pick the right version of Bazel. Thanks for the contribution @coeuvre! (#111)
  • 📝 Bazelisk now supports reading config values from a .bazeliskrc file. Thanks @zellyn! Docs for this feature are here: https://github.com/bazelbuild/bazelisk#bazeliskrc-configuration-file (#127)

Known issues:

  • 💔 This release is broken on Windows due to #149. A fix will be released in v1.6.1.

Don't miss a new bazelisk release

NewReleases is sending notifications on new releases.