helm
helm copied to clipboard
arm64 support
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
@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/