-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Pre-built ARM64 images of CockroachDB -> christoofar/cockroachdb-arm64 #62903
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
Comments
Hello, I am Blathers. I am here to help you get the issue triaged. It looks like you have not filled out the issue in the format of any of our templates. To best assist you, we advise you to use one of these templates. I was unable to automatically find someone to ping. If we have not gotten back to your issue within a few business days, you can try the following:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
Link to the repo: https://github.com/christoofar/cockroachdb-arm64 |
@christoofar looking at your Dockerfile, it looks like you were able to build from sources "out of the box", without any patches. Is this correct? |
According to #20433 (comment), building arm64 images are possible, so why not have officially built images? |
because we're not building images unless they get the same amount of testing and QA, and organizing testing and QA for a new platform costs $$ and that hasn't been a priority so far. |
Yes. I pull the .ZIP of the source code and then just make a build from there. I have recently modified the Dockerfile to use a golang docker image (with a newer compiler) to do the build. My crdb test databases at home are all running on ARM64. |
Understandable. Luckily ARM64 with the current code base (as of this writing) works OK, anyone who would be using it would need to understand that platform (and whatever issues that are not reproducible on x64) shouldn't expect to get any mainline support. |
Hi. We are posting updates on ARM64 support to these other active issues. |
Uh oh!
There was an error while loading. Please reload this page.
Hi there
I realize this isn't a priority for the crdb team, but I've made a simplified and much easier to build version of crdb on arm64 available -> https://hub.docker.com/repository/docker/christoofar/cockroachdb-arm64
I try to update this myself, it's compiled on a Raspberry PI 400. But you can also grab the GitHub repo and make your own image if you wish. I run this build against a 40GB database I maintain and it behaves just like the x86 build.
Jira issue: CRDB-6203
The text was updated successfully, but these errors were encountered: