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

kind.sh: line 60: dpkg: command not found #68

Closed tglaeser closed 2 years ago

tglaeser commented 2 years ago

Having this action run on AlmaLinux, CentOS, or similar results in error kind.sh: line 60: dpkg: command not found.

Is the limitation to run on Debian distributions done on purpose? Why not using uname -m instead to make the GitHub action distribution agnostic?