@cryptotaxi247 / netdata-1 / commits / 4795e5e9f

Switch back to x86 hosts for POWER8+ builds. (#19686)

The Ubuntu 22.04 ARM runners seem to have serious performance issues when it comes to using QEMU’s userspace emulation.

Austin S. Hemmelgarn committed Feb 20, 2025 at 17:09 UTC 4795e5e9f7f1516ee88f7167e71bf42e9390e504
1 file changed +1 -1
.github/data/distros.yml
+1 -1
@@ -40,7 +40,7 @@ arch_data: # Mapping of per-architecture matrix behavior.
40 aarch64: *arm64
41 ppc64le:
42 qemu: true
43 - runner: *arm-runner
43 + runner: *x86-runner
44 static_arches: # Static build architectures
45 - x86_64
46 - armv6l