helm / kind-action

A GitHub Action for Kubernetes IN Docker - local clusters for testing Kubernetes
https://kind.sigs.k8s.io/
Apache License 2.0
306 stars 76 forks source link

Support ARM runners #53

Closed JorTurFer closed 2 years ago

JorTurFer commented 2 years ago

Even Kind supports ARM arch, this action doesn't support it. The main problem is that kind.sh scrip uses a hardcoded value for arch instead of using the agent arch. I'm willing to contribute with the fix if you think that it's interesting

JorTurFer commented 2 years ago

We need this feature for achieving this in KEDA