bazelisk icon indicating copy to clipboard operation
bazelisk copied to clipboard

Consider naming the binary artifacts so they are easier to download

Open coryan opened this issue 2 years ago • 0 comments

It would be nice if I could automatically download the right artifact for my current system using something like:

curl -sSL https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-$(uname -m)

But I cannot, because the artifact names do not match the output from uname -m (or uname with any other option). Maybe you can recommend a different way to automate this, or maybe consider renaming the artifacts so they match the output from the standard Linux tools?

coryan avatar Jul 15 '22 17:07 coryan