Skip to content

Commit

Permalink
Dropping el8stream builds
Browse files Browse the repository at this point in the history
Since CentOS Stream 8 is now EOL and repos moved to vault the el8 build no longer works. Dropping it from configuration, but keeping the matrix structure so that it can be reintroduced (e.g. on stable RHEL clones or whatnot)
  • Loading branch information
michalskrivanek authored and sandrobonazzola committed Jun 5, 2024
1 parent d52c5d5 commit 482a58b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
keep_workdir:
description: keeps the working dir on the runner after the job is finished
required: false
exclude-distro-num:
description: elXstream distro NOT to run. Use 8 or 9.
required: true
default: "8"
distro-variant:
description: Build with CBS or COPR packages. Use "-cbs" or "-copr".
required: true
Expand All @@ -31,9 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
num: [8, 9]
exclude:
- num: ${{ github.event.inputs.exclude-distro-num }}
num: [9]
name: build-el${{ matrix.num }}stream${{ github.event.inputs.distro-variant == '' && '-copr' || github.event.inputs.distro-variant }}
runs-on: [image-builders, "el${{ matrix.num }}"]
container:
Expand Down

0 comments on commit 482a58b

Please sign in to comment.