pitch-io / asdf-babashka

Eclipse Public License 1.0
12 stars 3 forks source link

Use aarch64-static build on Linux #4

Closed ulope closed 8 months ago

ulope commented 8 months ago

Describe the bug

Babashka no longer provides non-static builds for linux aarch64

Steps to reproduce

Try to install babashka on Linux on aarch64. Fails with:

* Downloading babashka release 1.3.182...
rm: cannot remove '/home/app/.asdf/installs/babashka/1.3.182/babashka-1.3.182.asdf-babashka: Could not download https://github.com/babashka/babashka/releases/download/v1.3.182/babashka-1.3.182-linux-aarch64.zip': No such file or directory

Expected behavior

Babashka to be installed.

Additional context

The linux-aarch64-static build should be used instead.