cameron-martin / bazel-lsp

A language server implementation for Bazel
Apache License 2.0
41 stars 2 forks source link

Release for more platforms #6

Open cameron-martin opened 8 months ago

cameron-martin commented 8 months ago

Currently it only uploads x86 Linux builds. We should do this for more platforms, for example:

cameron-martin commented 8 months ago

Building for windows requires fixing https://github.com/bazelbuild/rules_rust/pull/2454.

cameron-martin commented 8 months ago

Cross-compiling (to arm64) requires fixing https://github.com/bazelbuild/rules_rust/pull/2419

ar3s3ru commented 7 months ago

Why not supporting linux-aarch64 too?

cameron-martin commented 7 months ago

I can do, if there's demand for it. Only problem is I can't test on this platform since GitHub actions doesn't have any runners.

Out of interest, what aarch64 system are you using with Linux?

bobzoller commented 3 months ago

Came here looking for a linux arm64 build, use case is running within a container under Docker Desktop for Mac. (debian bookworm base image)

cameron-martin commented 3 months ago

Since GitHub actions doesn't support arm64 Linux, I think the options are either: