@delaguardo Does https://github.com/marketplace/actions/setup-clojure supports windows-11-arm ?
I'm facing https://github.com/clojure-lsp/clojure-lsp/actions/runs/15044949836/job/42285197276?pr=2053 when running it
Error: Unexpected HTTP response: 404I'm trying to add support for windows aarch64 native binaries in clojure-lsp, and I use setup-clojure in CI for that
hi! never had a chance to try it yet. I'll take a look later today
@ericdallo so the problem is babashka not yet available for windows arm https://github.com/DeLaGuardo/setup-clojure/actions/runs/15049369130/job/42300033785#step:4:33
Thanks for mentioning, for sure error reporting in setup-clojure must be improved. Now it doesn't tell that something went wrong during provisioning.
ah got it, makes sense, @borkdude any plans to support bb in windows aarch64?
or is it available but not via setup-clojure @delaguardo?
ah yes, it seems it's not available in bb releases
PR welcome :) but for now you could maybe install the emulator or so
what you mean with emulator?
See dms from recent conversation
ah got it
https://learn.microsoft.com/en-us/windows/arm/apps-on-arm-x86-emulation
I want to avoid adding that layer of complexity just because of windows arm, probably it's easier to open a PR on bb to support that
@ericdallo I'm already doing a release from Github Actions for Windows so using a matrix, should hopefully be not too much work
https://github.com/babashka/babashka/blob/master/.github/workflows/build-windows.yml
you should set BABASHKA_ARCH to aarch64
and amd64 in the matrix
I can also take a look at this but not today
in all cases, issue welcome
@ericdallo pushed a branch: https://github.com/babashka/babashka/tree/windows-arm
let's see if it works...
lol it seems graalvm doesn't exist for windows aarch yet
haha oh no
what a pity
just a matter of time probably
but eh those people can still use that emulator solution probably?
https://learn.microsoft.com/en-us/windows/arm/apps-on-arm-x86-emulation
I guess, worth the try
or they can run wsl2 ... on arm...