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 thebazel
command resolves to the correct Bazel version. For example, this is useful if you have shell scripts or tests that invokebazel
- 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.