Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
fix: remove lxqt 39 as lazurite replaced it (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Feb 7, 2024
1 parent d4421b9 commit 5f0462f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- sericea
- base
- lxqt
- lazurite
- mate
- onyx
major_version: [38, 39]
Expand All @@ -50,13 +51,14 @@ jobs:
is_stable_version: true
is_gts_version: true
exclude:
# There is no Fedora 37 version of sericea
- base_image_name: sericea
major_version: 37
- base_image_name: onyx
major_version: 37
# There is no Fedora 38 version of onyx or lazurite
- base_image_name: onyx
major_version: 38
- base_image_name: lazurite
major_version: 38
# There is no Fedora 39 version of lxqt as it was replaced by lazurite
- base_image_name: lxqt
major_version: 39
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
Expand Down

0 comments on commit 5f0462f

Please sign in to comment.