This fresh Bazelisk release brings two improvements:
- 👩💻 @alexeagle contributed support for uploading Bazelisk to npm. If you're a fan of Node.js, try to install your Bazelisk via
npm install -g @bazel/bazelisk
. (#114). - 🏗 @ali5h contributed support for a "local mirror" feature. If you specify the
BAZELISK_BASE_URL
environment variable, Bazelisk will download binaries from that server. We'll iterate on this in the near future to make Bazelisk fully offline and "internal mirror" ready. (#107)