Y
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
Thaxll
1467 days ago
It does supports ARM. It's a Go project so it should except if they do exotic things.
link
_joel
1467 days ago
Explained why they don't produce official, supported builds.
https://github.com/cockroachdb/cockroach/issues/62903#issuec...
link
estambar
1466 days ago
We're planning on having official ARM binaries in the fall, so I expect ARM benchmarks will return in next year's report
link
_joel
1466 days ago
Awesome, can't wait to test :)
link
colinmhayes
1467 days ago
I work on a similar product to cockroach. We inject assembly into our code, wouldn't be surprised if they do too.
link