build: move work away from the ARM nodes

This commit is contained in:
Marcus Holland-Moritz 2025-04-03 11:58:45 +02:00
parent b1d3e7e41e
commit 597f0946ff

View File

@ -183,19 +183,19 @@ jobs:
- arch: amd64 - arch: amd64
dist: ubuntu dist: ubuntu
build_type: oldgcc-debug-shared-make-split build_type: oldgcc-debug-shared-make-split
- arch: arm64v8 - arch: amd64
dist: ubuntu dist: ubuntu
build_type: gcc-debug-shared-noperfmon-ninja-split build_type: gcc-debug-shared-noperfmon-ninja-split
- arch: arm64v8 - arch: amd64
dist: ubuntu dist: ubuntu
build_type: oldclang-debug-shared-make-split build_type: oldclang-debug-shared-make-split
- arch: arm64v8 - arch: amd64
dist: ubuntu-2204 dist: ubuntu-2204
build_type: gcc-release-shared-ninja-split build_type: gcc-release-shared-ninja-split
- arch: arm64v8 - arch: amd64
dist: ubuntu-2204 dist: ubuntu-2204
build_type: gcc-debug-shared-ninja-full build_type: gcc-debug-shared-ninja-full
- arch: arm64v8 - arch: amd64
dist: ubuntu-2204 dist: ubuntu-2204
build_type: clang-release-ninja-split build_type: clang-release-ninja-split
@ -256,7 +256,7 @@ jobs:
build_type: build_type:
- gcc-release-shared-ninja - gcc-release-shared-ninja
exclude: exclude:
- arch: amd64 - arch: arm64v8
dist: ubuntu dist: ubuntu
build_type: gcc-release-shared-ninja build_type: gcc-release-shared-ninja
- arch: amd64 - arch: amd64