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
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
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!
Hello!
Currently when running official Docker image on arm it will result into error:
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
The text was updated successfully, but these errors were encountered: