only build one at a time

This commit is contained in:
Neil Hanlon 2022-10-12 01:24:37 -04:00
parent 8dc1cc20b8
commit 4fcb0f39f5
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 5 additions and 2 deletions

View File

@ -18,6 +18,7 @@ on:
jobs: jobs:
build: build:
strategy: strategy:
max-parallel: 1
matrix: matrix:
architecture: architecture:
- x64 - x64
@ -42,9 +43,11 @@ jobs:
- name: OCP - name: OCP
exclude: exclude:
- architecture: s390x - architecture: s390x
version: 8 version:
major: 8
- architecture: ppc64le - architecture: ppc64le
version: 8 version:
major: 8
runs-on: runs-on:
- self-hosted - self-hosted
- ${{ matrix.architecture }} - ${{ matrix.architecture }}