Replies: 1 comment
-
Opened as an issue #15745 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use kubernetes and different nodes can have different architectures (arm/amd). We have to build a separate docker image for each of these architectures, so the sentry build id ends up being different and the contenthash changes between the two. When there is a pod on each architecture the different contenthashes cause 404's and errors.
Is there a way to force the uuid to be calculated based on the release and not per-build?
Beta Was this translation helpful? Give feedback.
All reactions