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
Until now we cannot use the image on an ARM platform (e.g macos)
❯ podman run -it ghcr.io/cnoe-io/backstage-app:latest -p 3000:3000
WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)
qemu-x86_64-static: QEMU internal SIGSEGV {code=MAPERR, addr=0x20}
Possible Solution
Ideally, the image built should be multi-arch
Alternatives Considered
No response
The text was updated successfully, but these errors were encountered:
Have you searched for this feature request?
Problem Statement
Until now we cannot use the image on an ARM platform (e.g macos)
Possible Solution
Ideally, the image built should be multi-arch
Alternatives Considered
No response
The text was updated successfully, but these errors were encountered: