getsentry / symbolicator

Native Symbolication as a Service
https://getsentry.github.io/symbolicator/
MIT License
362 stars 51 forks source link

ARM Multiarch Image #1532

Open Dav1dde opened 1 month ago

Dav1dde commented 1 month ago

Similar to Relay, we should provide Symbolicator as a multi arch image with support for ARM.

tobias-wilfert commented 2 weeks ago

I assume this is the work that we did in Relay to achieve this?

Dav1dde commented 2 weeks ago

This is the Relay PR which added the multiarch image. But instead of cross compiling with cargo-cross I'd consider using an ARM Github Runner now instead, but the general setup stays the same. Build the binary for different architectures then fuse them together into a single multiarch image.