We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Fixing issue helm#68 - kind.sh: line 60: dpkg: command not found
f75ddda
ac0e474
Signed-off-by: Thomas Glaeser <tglaeser@users.noreply.github.com>
Fixing issue #68 - kind.sh: line 60: dpkg: command not found (#69)
4dc5550
Signed-off-by: Thomas Glaeser <tglaeser@users.noreply.github.com> Signed-off-by: Thomas Glaeser <tglaeser@users.noreply.github.com>
Successfully merging a pull request may close this issue.
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?The text was updated successfully, but these errors were encountered: