chartmuseum / helm-push

Helm plugin to push chart package to ChartMuseum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

IlqarJamal opened this issue · comments

commented

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.

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

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.

uname -m

Result is:

arm64

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

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.

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?

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

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)

@IlqarMammadovPB, it should now works. Please try again