-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Publish linux-arm64 binaries #188
Comments
I would also really appreciate this. Installing Level/rocksdb on a Raspberry Pi 4 (8gb) takes like 30 minutes. Not ideal for users who do a clean npm install as part of a deploy routine. Thanks. |
I have similar issue as well when building a node-alpine docker image on my m1 macbook which has arm64 architecture |
Thanks for triaging this as ready for review, @vweevers. As it's been a month, wanted to check in on whether there's anything I can do to help get this merged and released. The difference in build time with these prebuilt binaries is substantial. Would love to make it easier for ARM users (especially the growing segment of developers building ARM Docker images on Apple Silicon since the M1 series was released) to utilize RocksDB in their workflows without paying the cost of compilation every time they download. |
+1 |
I can see binaries are prebuilded:
darwin-x64+arm64 linux-x64 win32-x64
but linux-arm64 is not available in the npm package.May you publish linux ARM64 binary along the others? 🙏
The text was updated successfully, but these errors were encountered: