Skip to content

Commit

Permalink
feat: enable onyx builds (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept authored Sep 19, 2023
1 parent 67d4669 commit ec3e1c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
image_flavor: [main, nvidia]
image_name: [silverblue, kinoite, vauxite, sericea, base, lxqt, mate]
image_name: [silverblue, kinoite, vauxite, sericea, base, lxqt, mate, onyx]
major_version: [37, 38, 39]
nvidia_version: [0, 470, 535]
include:
Expand All @@ -43,6 +43,11 @@ jobs:
# When F38 is added, sericea will automatically be built too
- image_name: sericea
major_version: 37
# There is no Fedora 37 or 38 version of onyx
- image_name: onyx
major_version: 37
- image_name: onyx
major_version: 38
- image_name: vauxite
major_version: 39
- image_flavor: main
Expand Down

0 comments on commit ec3e1c2

Please sign in to comment.