Closed tglaeser closed 2 years ago
Having this action run on AlmaLinux, CentOS, or similar results in error kind.sh: line 60: dpkg: command not found.
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?
uname -m
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?