-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
ARM64 image for Krew plugin #90
Comments
I'll try to get this fixed over the weekend, sorry for the inconvenience, in the meanwhile it's possible to build a supported image and pass the --image flag to the CLI |
@omrikiei no worries, thanks for looking into this! :) |
@benkelukas have you been able to build an image working for ARM64? For me it says |
or maybe @omrikiei you may have had time to already look into it? Sorry for bothering you I know it's been only ~20 days since your last comment |
@igoooor not yet, what I can say is that upx is only used to compress the binary, it is not required for pure functionality - feel free to remote this line from the Dockerfile |
Nice it seems to work indeed, thank you very much for the explanation! |
Hello,
I'm trying to use the
tunnel
krew plugin on Mac M1 to tunnel to a local Kube cluster (Docker for Mac)It seems that there is not a published version for arm64 on quay.io, and if I try to use the amd64 through rosetta, it segfaults and does not create the tunnel:
Output from running the docker container directly:
Output from running the Krew plugin:
Logs from the pod:
Would it be possible to publish the arm64 image?
Thanks for the awesome work on this tool!
The text was updated successfully, but these errors were encountered: