Have you searched for this feature request?
Problem Statement
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
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