-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release for more platforms #6
Comments
This runs the build on multiple platforms, uploads the artifacts for the release process to subsequently download. This only builds for x86 on windows, osx and linux. For arm64 cross-compiling will need to be set up. Works towards #6
Building for windows requires fixing bazelbuild/rules_rust#2454. |
Cross-compiling (to arm64) requires fixing bazelbuild/rules_rust#2419 |
Why not supporting |
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? |
Came here looking for a linux arm64 build, use case is running within a container under Docker Desktop for Mac. (debian bookworm base image) |
Since GitHub actions doesn't support arm64 Linux, I think the options are either:
|
Regarding arm64 linux runners, they should be available for open source repos very soon: https://github.com/orgs/community/discussions/19197#discussioncomment-10550689 I think waiting until then is the best option. |
Currently it only uploads x86 Linux builds. We should do this for more platforms, for example:
The text was updated successfully, but these errors were encountered: