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

Commit

Permalink
feat: Enable Fedora 39 images
Browse files Browse the repository at this point in the history
The Surface kernel for Fedora 39 is ready!
  • Loading branch information
EyeCantCU committed Oct 13, 2023
1 parent eedc82e commit 06ab987
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 @@ -27,8 +27,11 @@ jobs:
image_flavor: [-nokmods, -main]
base_name: [surface]
base_image_name: [silverblue, kinoite, vauxite, sericea, base, lxqt, mate]
major_version: [38]
major_version: [38, 39]
include:
- major_version: 39
is_latest_version: true
is_stable_version: false
- major_version: 38
is_latest_version: true
is_stable_version: true
Expand Down

0 comments on commit 06ab987

Please sign in to comment.