Skip to content

Commit

Permalink
test all the flavors
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Oct 10, 2023
1 parent a2c5594 commit c62d7d5
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/image-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,18 @@ jobs:
uses: ./.github/workflows/reusable-build-flavor.yaml
with:
flavor: opensuse-tumbleweed

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

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

core-fedora:
uses: ./.github/workflows/reusable-build-flavor.yaml
Expand All @@ -40,6 +42,11 @@ jobs:
with:
flavor: ubuntu-20-lts

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

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

0 comments on commit c62d7d5

Please sign in to comment.