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