Summary: VictoriaMetrics is optimized to run more effectively on ARM hardware by introducing a CGO build and fine-tuning its compression library usage, narrowing the performance gap with x86 systems. That’s why, in order to improve performance of the ARM builds we added CGO build with some tweaks. We are using musl based builds and the default musl compiler isn’t aware of how to build code for ARM.