Skip to content

Commit

Permalink
Run builds and test on alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Oct 9, 2023
1 parent 15f1702 commit 376cd26
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/image-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
core:
uses: ./.github/workflows/reusable-build-flavor.yaml
with:
flavor: ubuntu
flavor: alpine

install:
uses: ./.github/workflows/reusable-install-test.yaml
with:
flavor: ubuntu
flavor: alpine
needs:
- core

Expand All @@ -32,49 +32,49 @@ jobs:
acceptance:
uses: ./.github/workflows/reusable-qemu-acceptance-test.yaml
with:
flavor: ubuntu
flavor: alpine
needs:
- core

bundles:
uses: ./.github/workflows/reusable-qemu-bundles-test.yaml
with:
flavor: ubuntu
flavor: alpine
needs:
- core

reset:
uses: ./.github/workflows/reusable-qemu-reset-test.yaml
with:
flavor: ubuntu
flavor: alpine
needs:
- core

netboot:
uses: ./.github/workflows/reusable-qemu-netboot-test.yaml
with:
flavor: ubuntu
flavor: alpine
needs:
- core

upgrade:
uses: ./.github/workflows/reusable-upgrade-with-cli-test.yaml
with:
flavor: ubuntu
flavor: alpine
needs:
- core

upgrade-latest:
uses: ./.github/workflows/reusable-upgrade-latest-test.yaml
with:
flavor: ubuntu
flavor: alpine
needs:
- core

encryption:
uses: ./.github/workflows/reusable-encryption-test.yaml
with:
flavor: ubuntu
flavor: alpine
label: ${{ matrix.label }}
needs:
- core
Expand Down

0 comments on commit 376cd26

Please sign in to comment.