Closed BadgerOps closed 2 years ago
Hello BadgerOps ,
Thank you for using Couchbase. We have a forum topic that covers running Couchbase Server on Apple Silicon here: https://forums.couchbase.com/t/apple-silicon-darwin-arm64-apple-m1-computer-hardware-w-mac-os-11
Please use that thread for any other questions. Thanks
This is a duplicate of #165, which was closed because I opened a product bug for it: https://issues.couchbase.com/browse/MB-48865
The user who reported #165 also published their own Docker image with a correction, which might be interesting. The product bug is still being prioritized and scheduled.
Thanks @ceejatec ! My search-fu failed me, apologies for the dupe.
Hello,
As you all are probably already aware, the couchbase images will not run on an M1 Mac. It appears that at least 1 service internally is built on golang 1.8.3 which fails hard on non X86 architecture. Running using the official "try couchbase" example:
I was able to confirm a similar failure building an image in golang 1.8.3:
Then, I noticed many of your services are now building on golang 1.13.x - so I tested again:
This one succeeds. I'm curious if there is a public roadmap that we can follow along progress towards enabling running couchbase on M1 architecture?
Thanks!