diff --git a/.github/workflows/vmtest-build.yml b/.github/workflows/vmtest-build.yml index e442240be..a459a735d 100644 --- a/.github/workflows/vmtest-build.yml +++ b/.github/workflows/vmtest-build.yml @@ -9,8 +9,8 @@ jobs: build: strategy: matrix: + arch: [arm, x86_64, aarch64, ppc64, s390x] flavor: [default, alternative, tiny] - arch: [x86_64, aarch64, ppc64, s390x, arm] fail-fast: false max-parallel: 5 # Build on 20.04 so that we don't get host binaries (e.g., objtool) that