jx icon indicating copy to clipboard operation
jx copied to clipboard

jx not able to install plugins on m1 mac arm64

Open aabhas-sao opened this issue 2 years ago • 1 comments

jx version 3.2.329

jx-secret 0.1.69 has darwin-arm64 binary but it is not detected.

aabhas@aabhas ~ % jx secret                                    
ERROR: failed to install binary plugin jx-secret version 0.1.69 to /Users/aabhas/.jx3/plugins/bin: unable to locate binary for arm64 darwin for secret
aabhas@aabhas ~ % jx upgrade plugins
checking binary jx plugin admin version 0.1.5 is installed
error: failed to ensure plugin is installed admin: unable to locate binary for arm64 darwin for admin

aabhas-sao avatar May 06 '22 15:05 aabhas-sao

Should this be closed? I'm not having any issues on a m1 mac arm64 running jx v3.3.2.

~ jx version

version: 3.3.2
shaCommit: 84835b8dc07eec8c3b232097382740f6337505bb
buildDate: Fri Jul  8 21:04:42 UTC 2022
goVersion: 1.17.9
branch: main
gitTreeState: clean
~ rm ~/.jx3/plugins/bin/jx-secret-0.2.0 && jx secret verify

Installing plugin jx-secret version 0.2.0 for command jx secret from https://github.com/jenkins-x-plugins/jx-secret/releases/download/v0.2.0/jx-secret-darwin-amd64.tar.gz into /Users/hays/.jx3/plugins/bin
SECRET                                                         STATUS
...outputs expected results...

haysclark avatar Jul 13 '22 00:07 haysclark

Seems like it works then...

msvticket avatar Dec 19 '23 16:12 msvticket