Hi, I want to use signoz on arm64 platform docker,...
# contributing
h
Hi, I want to use signoz on arm64 platform docker, and I know that signoz does not support arm64 currently. https://github.com/SigNoz/signoz/issues/2028 So, Im' trying to send a patch for siznoz/alertmanager to adapt arm64 firstly, but I could not find how to publish image right now, therefore how to fix it. I assume that it uses circleci workflow to publish images like original alertmanager, but the existing patch PR like this does not seem to have a link to the forked circleci workflow. https://github.com/SigNoz/alertmanager/pull/3 Although images might be being published from inside of private signoz cirlcleci workflow, anyway is there something I can help?
v
@Prashant Shahi Can help you with this
p
Hi @Hajime Terasawa 👋 We don't use those workflow to build/publish. We use Makefile to build AMD64 binaries. And we include them in SigNoz/Alertmanager images build using buildx.
h
Thanks!
@Prashant Shahi Can you review PR? https://github.com/SigNoz/alertmanager/pull/4
p
@Hajime Terasawa Thanks for your contribution. PR is merged.