mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2024-12-18 07:08:30 +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:
|
||||
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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user