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

Docker multi-arch build #908

Closed
JanMikes opened this issue Feb 18, 2021 · 1 comment
Closed

Docker multi-arch build #908

JanMikes opened this issue Feb 18, 2021 · 1 comment

Comments

@JanMikes
Copy link

Hello!

Currently when running official Docker image on arm it will result into error:

➜  docker run --rm -v $(pwd):/work getsentry/sentry-cli --help
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

It is because images are built only for amd64: https://hub.docker.com/r/getsentry/sentry-cli/tags?page=1&ordering=last_updated

In order to buid multi-arch images, i think this script has to be changed: https://github.com/getsentry/sentry-cli/blob/master/scripts/build-in-docker.sh

@kamilogorek
Copy link
Contributor

Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated. There's a large chance that this issue has been solved since with #890 PR.
Please do not hesitate to ping me if it is still relevant, and I will happily reopen and it.
Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants