OT-CONTAINER-KIT / redis

A production optimized redis docker image
https://opstree.github.io
23 stars 51 forks source link

Multi arch image support #43

Closed boedy closed 1 year ago

boedy commented 1 year ago

The operator now seems to have multi arch image support (https://github.com/OT-CONTAINER-KIT/redis-operator/issues/564), but the redis images currently don't work on arm64. Would love to see arm64 support through Multi arch images.

drivebyer commented 1 year ago

/assign

shubham-cmyk commented 1 year ago

This is already fixed. But The images are not pushed.

https://github.com/OT-CONTAINER-KIT/redis-operator/blob/master/.github/workflows/release-images.yaml

shubham-cmyk commented 1 year ago

We try to build multi arch image :

https://github.com/OT-CONTAINER-KIT/redis-operator/blob/master/.github/workflows/release-images.yaml#L33

drivebyer commented 1 year ago

We try to build multi arch image :

https://github.com/OT-CONTAINER-KIT/redis-operator/blob/master/.github/workflows/release-images.yaml#L33

But it seem for operator, not for redis

shubham-cmyk commented 1 year ago

We try to build multi arch image :

https://github.com/OT-CONTAINER-KIT/redis-operator/blob/master/.github/workflows/release-images.yaml#L33

But it seem for operator, not for redis

We could do same for redis as well.