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

Commit

Permalink
chore(ci): drop F38 builds
Browse files Browse the repository at this point in the history
upstream asus-linux is latest-only
  • Loading branch information
castrojo authored Mar 11, 2024
1 parent 69ecbd6 commit 480fbe0
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,15 @@ jobs:
- lazurite
- mate
- onyx
major_version: [38, 39]
major_version: [39]
include:
- major_version: 39
is_latest_version: true
is_stable_version: true
is_gts_version: false
- major_version: 38
is_latest_version: false
is_stable_version: true
is_gts_version: true
exclude:
- image_flavor: -nokmods
major_version: 39
- image_flavor: -main
major_version: 38
- image_flavor: -main
major_version: 37
# There is no Fedora 38 version of onyx or lazurite
- base_image_name: lazurite
major_version: 38
- base_image_name: onyx
major_version: 38
# lazurite supercedes lxqt in Fedora 39
- base_image_name: lxqt
major_version: 39
steps:
Expand Down

0 comments on commit 480fbe0

Please sign in to comment.