jenkins-x-plugins/jx-admin

Darwin Arm - Mac M1

Closed this issue · 6 comments

Following the setup guidelines on a new Apple M1 will currently lead to
jx admin log
"ERROR: failed to install binary plugin jx-admin version 0.1.1 to /Users/steven/.jx3/plugins/bin: unable to locate binary for arm64 darwin for admin"

The issue is we have arm linux packages, but not darwin, I will update the release pipeline to see if we can create them.

That would be great. Got the same for all other plugins i have tested so far, project, ui, ...
Makes jx3 unusable for non go developers on Mac M1 so far. Even if i build the plugin myself with darwin arm64 and place it in plugins/bin i get the same error.

any update on that?

@ankitm123
I suspect it's because of the hard-coded go version within the make file that the darwin arm is not built by the go releaser.

Go Version and darwin arm support.
goreleaser/goreleaser#1952

I have created a PR to check. Pls have a look
#238

Since version 0.1.2 darwin arm binaries are now built.

/close

@msvticket: Closing this issue.

In response to this:

Since version 0.1.2 darwin arm binaries are now built.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository.