Skip to content
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

Closed
JorTurFer opened this issue Nov 11, 2022 · 3 comments · Fixed by #71
Closed

Kind doesn't work on Ubuntu ARM64 #70

JorTurFer opened this issue Nov 11, 2022 · 3 comments · Fixed by #71

Comments

@JorTurFer
Copy link
Contributor

JorTurFer commented Nov 11, 2022

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 get aarch64, which is not supported in the new case

root@keda-github-actions-runner-arm:~# uname -m
aarch64

The previous behaviour (dpkg --print-architecture) returned arm64

@JorTurFer JorTurFer changed the title Kind action can't detect arch Kind doesn't work on Ubuntu ARM64 Nov 11, 2022
@davidkarlsen
Copy link
Member

@JorTurFer Will you do a PR for it?

@JorTurFer
Copy link
Contributor Author

I can try it, but I don't have strong knowledge about other distros, so maybe I could break it again.

@JorTurFer
Copy link
Contributor Author

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants