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

Can't install v0.10.2 on MBP 14, Silicon #131

Closed
IlqarJamal opened this issue Feb 6, 2022 · 9 comments
Closed

Can't install v0.10.2 on MBP 14, Silicon #131

IlqarJamal opened this issue Feb 6, 2022 · 9 comments

Comments

@IlqarJamal
Copy link

Here is short output from installation steps

helm plugin install https://github.com/chartmuseum/helm-push
Downloading and installing helm-push v0.10.2 ...
Failed to detect target architecture
Error: plugin install hook for "cm-push" exited with error

Version 0.10.1 installed successfully.

@jdolitsky
Copy link
Contributor

cc @volker-raschek - possibly related to #130 ?

@volker-raschek
Copy link
Contributor

Hi @jdolitsky,
yes, the message indicates that uname -m does not match any of the architectures.

https://github.com/chartmuseum/helm-push/blob/main/scripts/install_plugin.sh#L15

@IlqarJamal, I would be interested to know what is the output of uname -m on your system.

Maybe it would be an option to restore the old behavior by setting the default to amd64.

@IlqarMammadovPB
Copy link

uname -m

Result is:

arm64

@IlqarMammadovPB
Copy link

One comment: i was able to successfully install 0.10.1 version and it works fine on same machine.

@volker-raschek
Copy link
Contributor

HI @IlqarMammadovPB,
yes you was able to install the plugin, but you installed a binary which not match to your systems architecture. The release 0.10.1 does not include a binary for arm64 architectures.

@IlqarMammadovPB
Copy link

HI @IlqarMammadovPB, yes you was able to install the plugin, but you installed a binary which not match to your systems architecture. The release 0.10.1 does not include a binary for arm64 architectures.

You mean release 0.10.2?

@volker-raschek
Copy link
Contributor

No, I mean 0.10.1 or can you find a compiled binary for arm64 architectures in release 0.10.1 😄

@IlqarMammadovPB
Copy link

No, I mean 0.10.1 or can you find a compiled binary for arm64 architectures in release 0.10.1 😄

Ok, let me check)

@volker-raschek
Copy link
Contributor

volker-raschek commented Feb 9, 2022

@IlqarMammadovPB, it should now works. Please try again

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

No branches or pull requests

4 participants