-
Notifications
You must be signed in to change notification settings - Fork 22
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
Is there a way to specify ARCH type for pulling the right binaries for the setup tools #47
Comments
@00r2 thank you for your opening issue and I'm very sorrry for the late response. I think I can add new Suppose that new input parameter named arch-type ('amd64' by default) is added
|
Thank you @yokawasa 🙏That will be perfect. |
@00r2 v0.11.0 has been released. you can specify archi-type with v0.11.0 https://github.com/yokawasa/action-setup-kube-tools/releases/tag/v0.11.0 |
Thank you 🙏 @yokawasa i will give this a try. Appreciate you getting this out quickly 😊 |
@00r2 I'm closing this issue. please open another issue if you have any problems or request 🙏 |
I am using this action quite often and recently we adopted ARM based runners and the setup tools is failing to pull the arm based binaries. Is there anyway to provide an input to select architecture type like (
amd64
orarm64
) etc?The text was updated successfully, but these errors were encountered: