Skip to content
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

Feature: Multi-arch image #43

Open
1 task done
cmoulliard opened this issue Oct 25, 2024 · 0 comments
Open
1 task done

Feature: Multi-arch image #43

cmoulliard opened this issue Oct 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cmoulliard
Copy link

Have you searched for this feature request?

  • I searched but did not find similar requests

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

@cmoulliard cmoulliard added the enhancement New feature or request label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant