kubemq-io / kubemq-community

KubeMQ is a Kubernetes native message queue broker

Home Page:https://kubemq.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARM image?

winston0410 opened this issue · comments

Is it possible for kubemq to provide ARM image?

#12

I notice this issue, but I cannot find anything in the release page in Github. Should I check somewhere else?

In Oracle Cloud, only ARM instance are always free. The arch will be an important factor for user to decide which MQ to use.

I think ARM is having more user as well because of MacBook, even though aarch64-darwin !== aarch64-linux

Hi,
please check out the releases page:
https://github.com/kubemq-io/kubemq-community/releases/tag/v2.3.0-beta-2
You will find ARM based artifacts

@kubemq Thanks for your update! I know it is a lot to ask, but I guess it will make kubemq easier to be adapted, if images of different archs are provided as well

Yes docker image. It can be acheived with docker buildx, and a matrix of arch(not sure if it exists for github action yet) to trigger the build flow for different arch. At the end there will be one less step for the user to try the image