helm icon indicating copy to clipboard operation
helm copied to clipboard

arm64 support

Open rust0258 opened this issue 2 years ago • 1 comments

Hi, I am trying to install Kubevious with helm chart on EKS with arm64 node arch, I think Kubevious don't have arm support yet. I am getting this error from the backend pod logs:

$ kubectl logs kubevious-backend-54b67c94-qcr62 -n kubevious
exec /usr/local/bin/docker-entrypoint.sh: exec format error

rust0258 avatar Jul 17 '23 10:07 rust0258

@ibrahimjelliti, yes, images are not built for arm64. If you can help with building them for arm64 I can incorporate them into the helm chart.

Here is the Dockerfile and the CI build step.

Using CodeFresh for CI/CD. Looks like they have buildx/buildkit support. Not sure whichc settings are right to use. Here are the docs: https://codefresh.io/docs/docs/pipelines/steps/build/

rubenhak avatar Jul 18 '23 22:07 rubenhak