Skip to content

Commit

Permalink
use include instead of exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Nov 1, 2024
1 parent d50912b commit b4ae212
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,15 @@ jobs:
image_flavor:
- main
- nvidia
- hwe
- hwe-nvidia
base_name:
- ${{ inputs.base_name }}
- ${{ inputs.base_name }}-dx
fedora_version:
- ${{ inputs.fedora_version }}
exclude:
- fedora_version: gts
base_name: aurora
- fedora_version: gts
base_name: aurora-dx
- fedora_version: gts
include:
- fedora_version: latest
image_flavor: hwe
- fedora_version: gts
image_flavor: hwe-nvidia
- fedora_version: stable
image_flavor: hwe
- fedora_version: stable
image_flavor: hwe-nvidia
- fedora_version: beta
image_flavor: hwe
- fedora_version: beta
- fedora_version: latest
image_flavor: hwe-nvidia

steps:
Expand Down

0 comments on commit b4ae212

Please sign in to comment.