Skip to content

Commit

Permalink
feat: Build images based on Fedora 39
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Sep 28, 2023
1 parent fca2041 commit d9eaa04
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 @@ -39,14 +39,17 @@ jobs:
image_flavor: [main, nokmods, nvidia]
base_name: [bazzite, bazzite-deck]
base_image_name: [kinoite, silverblue]
major_version: [38]
major_version: [38, 39]
include:
- major_version: 38
is_latest_version: false
is_stable_version: true
- major_version: 38
is_latest_version: true
is_stable_version: true
- major_version: 38
is_latest_version: true
is_stable_version: false
exclude:
- base_name: bazzite-deck
image_flavor: nvidia
Expand Down

0 comments on commit d9eaa04

Please sign in to comment.