Skip to content

Commit 92e42b7

Browse files
committed
Disable paralellization and build all arches in a single step
Signed-off-by: Nikola Forró <[email protected]>
1 parent cce38d8 commit 92e42b7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/base-image-rebuild.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,10 @@ jobs:
1818
name: Build and push image
1919
runs-on: ubuntu-latest
2020
strategy:
21-
fail-fast: false
2221
matrix:
2322
include:
2423
- containerfile: containers/Containerfile
2524
tags: "fedora latest"
26-
archs: "amd64"
27-
- containerfile: containers/Containerfile
28-
tags: "fedora latest"
29-
archs: "arm64"
30-
- containerfile: containers/Containerfile
31-
tags: "fedora latest"
32-
archs: "ppc64le"
3325

3426
steps:
3527
- uses: actions/checkout@v3
@@ -46,7 +38,7 @@ jobs:
4638
containerfiles: ${{ matrix.containerfile }}
4739
image: base
4840
tags: ${{ matrix.tags }}
49-
archs: ${{ matrix.archs }}
41+
archs: amd64, arm64, ppc64le
5042
# Uncomment once we stop using oc cluster up for tests
5143
# oci: true
5244

0 commit comments

Comments
 (0)