-
Notifications
You must be signed in to change notification settings - Fork 106
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
ARM and other arch's support #115
Comments
@DS-MS Any particular reason why we stopped at amd64? |
Any other action which may have the same problem? |
I saw several, and all of them have hard-coded amd64 arch for kubectl download. For instance: |
@azooinmyluggage @gtrubach I believe we hard-coded them to support @gtrubach would you be willing to raise a PR for the same? 😃 |
@DS-MS Sorry for long silence, will try to create a PR this weekend. |
Hello,
I see in code that kubectl arch is hard-coded to amd64. Is it possible to make it download kubectl depending on agent arch? As I understand
os.arch()
should return correct architecture and if it used, correct kubectl will be downloaded.The text was updated successfully, but these errors were encountered: