-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
Kind doesn't work on Ubuntu ARM64 #70
Comments
JorTurFer
changed the title
Kind action can't detect arch
Kind doesn't work on Ubuntu ARM64
Nov 11, 2022
1 task
@JorTurFer Will you do a PR for it? |
I can try it, but I don't have strong knowledge about other distros, so maybe I could break it again. |
Finally it has been easier than expected 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After 4dc5550, our GH Actions runners in Equinix (Ubuntu) can't detect the arch properly, throwing this error:
/root/actions-runner-3/_work/_actions/helm/kind-action/main/kind.sh: line 66: arch: unbound variable
When I run
uname -m
I getaarch64
, which is not supported in the new caseThe previous behaviour (
dpkg --print-architecture
) returnedarm64
The text was updated successfully, but these errors were encountered: