redis icon indicating copy to clipboard operation
redis copied to clipboard

arm64 image for local development without crashes?

Open lewisl9029 opened this issue 3 years ago • 0 comments

Hi there, I've been using this image on fly and for local dev without much issues for a while now.

However, I recently upgraded to a M2 MBA, and started experiencing crashes in local dev similar to the ones reported in this issue: https://github.com/redis/redis/issues/10162#issuecomment-1072359526

Apparently this crash only happens when running amd64 redis images on top of QEMU for M1/M2. Recommended solution is to use a native arm64 image.

Ideally I'd like to use the same image for local dev and prod, so it would be awesome if this image could be updated to support arm64 like the official redis image does!

lewisl9029 avatar Sep 07 '22 22:09 lewisl9029