-
Notifications
You must be signed in to change notification settings - Fork 6
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
Building locally and for Linux ARM #26
Comments
Hi @coogle, thank you for the interest. About Linux ARM, I believe it should be easy to do given that vectorlite already works on macos ARM. BTW, what language are you using? Currently, only python and nodejs have 1st class support. |
Oh yes Linux ARM support would be awesome |
@felipesantosk and I have put some effort into precompiling on ARM64 Linux using QEMU emulation. We will explore cross-compiling later but probably not in the next release. |
https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/ |
This looks like a very interesting project, thank you for working on this.
I checked out the code and tried to figure out how to compile from source locally on macOS without success:
Could you provide some hints/docs on how to build this locally?
Also, would it be possible to add Linux ARM to the releases?
The text was updated successfully, but these errors were encountered: