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?
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 -minstead to make the GitHub action distribution agnostic?