You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Krane images at quay.io/appvia/krane are only available for x86 platforms, not ARM. That way, it's not possible to run Krane on e.g. Raspberry Pi or Apple computers (MBP, MBA etc.).
Krane version: v0.1.1
How can we reproduce the issue?
$ docker run -it --rm quay.io/appvia/krane:v0.1.1
Unable to find image 'quay.io/appvia/krane:v0.1.1' locally
v0.1.1: Pulling from appvia/krane
2408cc74d12b: Pull complete
fdbd9a0f0a99: Pull complete
4af624e0dc7d: Pull complete
af6940324a58: Pull complete
562581b82303: Pull complete
d7eb2a8f695b: Pull complete
2f04a4d8833a: Pull complete
08b78d8538f5: Pull complete
8e5df94c3318: Pull complete
46342e1e6694: Pull complete
Digest: sha256:70ad58bc9410c70d22a710e8666c586794eac5ca8f033fd945887097afa4bee3
Status: Downloaded newer image for quay.io/appvia/krane:v0.1.1
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/krane: exec format error
Suggestions on how to fix the issue (OPTIONAL)
Build multi-platform images.
The text was updated successfully, but these errors were encountered:
Short issue description
The Krane images at quay.io/appvia/krane are only available for x86 platforms, not ARM. That way, it's not possible to run Krane on e.g. Raspberry Pi or Apple computers (MBP, MBA etc.).
Krane version: v0.1.1
How can we reproduce the issue?
Suggestions on how to fix the issue (OPTIONAL)
Build multi-platform images.
The text was updated successfully, but these errors were encountered: