Hacker News new | ask | show | jobs
by matdehaast 1467 days ago
Last I checked cockroach don’t support ARM binaries. Probably means they thought not worth the effort to do the analysis on those instances as it doesn’t help for their offering
1 comments

It does supports ARM. It's a Go project so it should except if they do exotic things.
Explained why they don't produce official, supported builds.

https://github.com/cockroachdb/cockroach/issues/62903#issuec...

We're planning on having official ARM binaries in the fall, so I expect ARM benchmarks will return in next year's report
Awesome, can't wait to test :)
I work on a similar product to cockroach. We inject assembly into our code, wouldn't be surprised if they do too.