I am attempting to build Sentry on arm64 using the Dockerfile provided in the docker-sentry repo but running into some compilation issues. Has anybody tried this before?
It seems there are issues compiling some of the needed Rust dependencies. The errors seem to be related to json-forensics
and symbolic
.
You can see the errors in my test build here.