Skip to content

Commit c3d0371

Browse files
committed
feat: Build images based on Fedora 39
1 parent 922efd7 commit c3d0371

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,17 @@ jobs:
3939
image_flavor: [main, nvidia, asus, asus-nvidia, framework, surface, surface-nvidia]
4040
base_name: [bazzite, bazzite-deck]
4141
base_image_name: [kinoite, silverblue]
42-
major_version: [38]
42+
major_version: [38, 39]
4343
include:
4444
- major_version: 38
4545
is_latest_version: false
4646
is_stable_version: true
4747
- major_version: 38
4848
is_latest_version: true
4949
is_stable_version: true
50+
- major_version: 38
51+
is_latest_version: true
52+
is_stable_version: false
5053
exclude:
5154
- base_name: bazzite-deck
5255
image_flavor: nvidia

0 commit comments

Comments
 (0)