Support for Apple Silicon #175
Replies: 4 comments 4 replies
-
This would be nice, and or adding additional maintainers, I'd be happy to help contribute where I can. We really need redis support for 8.2 and latest. The bitnami cluster images are not even available, which is going to drive more traffic here |
Beta Was this translation helpful? Give feedback.
-
My general stance for other platforms have always been that since I don't own that platform I can't build and develop for it before publishing anything. Only to trust in github-ci for my only feedback is not a general thing I do. Adding in maintainers rn is not something that I would consider. Accepting MR:s opens up same risk as point 1 with random support for things I can't support myself in the future. Is linking to a fork that would bear the support needs be an option? I am not against linking to more niche and specialized forks that would maintain Mac versions. |
Beta Was this translation helpful? Give feedback.
-
Wouldn't adding tests and have them run under ubuntu-arm prove it's working. I get your stance but I think the community would be happy to have something rather than nothing even if you say it's experimental I'd love to have arm as we target only arm and all dev machines are arm. Again thanks for your time and project. |
Beta Was this translation helpful? Give feedback.
-
Inspired by the comment above, I created a fork of this repo and changed the Dockerfile to use an arm64 base image. It works for me with no problem. Building this myself is a little more work, so obviously my first choice is to have arm64 support built in. But, at least I have some kind of solution now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently all of the Redis Cluster images are for amd64, but these won't run in Mac arm64 environments. Can we get also get builds for Apple Silicon Macs?
Beta Was this translation helpful? Give feedback.
All reactions