k9s icon indicating copy to clipboard operation
k9s copied to clipboard

Docker image for arm64

Open vonProteus opened this issue 5 months ago • 0 comments




Is your feature request related to a problem? Please describe. on Raspberry Pi when i run docker run --network host -it --rm -v ~/.kube:/root/.kube quay.io/derailed/k9s i get

Unable to find image 'quay.io/derailed/k9s:latest' locally
latest: Pulling from derailed/k9s
661ff4d9561e: Pull complete
67ffaba1d6a5: Pull complete
772f0ffd7455: Pull complete
Digest: sha256:39135cb0031f99bde32f17209902ca640441edf7fe02554fdcac37168a0c887a
Status: Downloaded newer image for quay.io/derailed/k9s:latest
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /bin/k9s: exec format error

Describe the solution you'd like i would like you to add to your ci building of arm64/v8 image

vonProteus avatar Aug 24 '24 16:08 vonProteus