Skip to content

Commit

Permalink
fix: add lazurite to the build matrix (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Dec 21, 2023
1 parent b226fe4 commit 201844d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- lxqt
- mate
- vauxite
- lazurite
major_version: [38, 39]
build_target: [nokmods, kmods]
include:
Expand All @@ -40,9 +41,11 @@ jobs:
is_stable_version: true
is_gts_version: false
exclude:
# There is no Fedora 38 version of onyx
# There is no Fedora 38 version of onyx or lazurite
- image_name: onyx
major_version: 38
- image_name: lazurite
major_version: 38
# THE FOLLOWING EXCLUDE IS MESSY BUT TEMPORARY UNTIL F38 IS GONE
# see: https://github.com/ublue-os/main/issues/369
# Fedora 39+ images do not include custom kmods (legacy)
Expand Down

0 comments on commit 201844d

Please sign in to comment.