mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2024-12-18 15:18:35 +00:00
only build one at a time
This commit is contained in:
parent
8dc1cc20b8
commit
4fcb0f39f5
7
.github/workflows/build-empanadas.yml
vendored
7
.github/workflows/build-empanadas.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user