Switch from x86 to ARM build host for POWER8+ builds. (#19575)
* Switch from x86 to ARM build host for POWER8+ builds. This should improve build times at least a little bit. * Include distro config in Docker CI skip check. It should have been added previously, but got missed.
Austin S. Hemmelgarn committed
Feb 7, 2025 at 06:53 UTC
a5c5936f62345278432120a9b713ef4d24ec8edc
2 files changed
+2
-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: ubuntu-24.04
43
+ runner: ubuntu-24.04-arm
44
static_arches: # Static build architectures
45
- x86_64
46
- armv6l
.github/workflows/docker.yml
+1
@@ -70,6 +70,7 @@ jobs:
70
.dockerignore
71
CMakeLists.txt
72
netdata-installer.sh
73
+ .github/data/distros.yml
74
.github/workflows/docker.yml
75
.github/scripts/docker-test.sh
76
.github/scripts/gen-matrix-docker.py