Skip to content

Commit

Permalink
Test the build for all flavors
Browse files Browse the repository at this point in the history
None should fail to build initrd even with the sysext module in there

Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Oct 10, 2023
1 parent d5fe09c commit 08d3258
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/image-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,31 @@ jobs:
with:
flavor: ubuntu

core-opensuse-tumbleweed:
uses: ./.github/workflows/reusable-build-flavor.yaml
with:
flavor: opensuse-tumbleweed

core-alpine-ubuntu:
uses: ./.github/workflows/reusable-build-flavor.yaml
with:
flavor: alpine-ubuntu

core-almalinux:
uses: ./.github/workflows/reusable-build-flavor.yaml
with:
flavor: almalinux

core-fedora:
uses: ./.github/workflows/reusable-build-flavor.yaml
with:
flavor: fedora

core-ubuntu-20-lts:
uses: ./.github/workflows/reusable-build-flavor.yaml
with:
flavor: ubuntu-20-lts

install:
uses: ./.github/workflows/reusable-install-test.yaml
with:
Expand Down

0 comments on commit 08d3258

Please sign in to comment.