Skip to content

Commit

Permalink
Disable paralellization and build all arches in a single step
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Dec 10, 2024
1 parent cce38d8 commit 92e42b7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/base-image-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,10 @@ jobs:
name: Build and push image
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- containerfile: containers/Containerfile
tags: "fedora latest"
archs: "amd64"
- containerfile: containers/Containerfile
tags: "fedora latest"
archs: "arm64"
- containerfile: containers/Containerfile
tags: "fedora latest"
archs: "ppc64le"

steps:
- uses: actions/checkout@v3
Expand All @@ -46,7 +38,7 @@ jobs:
containerfiles: ${{ matrix.containerfile }}
image: base
tags: ${{ matrix.tags }}
archs: ${{ matrix.archs }}
archs: amd64, arm64, ppc64le
# Uncomment once we stop using oc cluster up for tests
# oci: true

Expand Down

0 comments on commit 92e42b7

Please sign in to comment.