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

Commit

Permalink
chore(ci): enable F39 for everything except bazzite
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored and EyeCantCU committed Sep 23, 2023
1 parent b8ce9b5 commit 95f0f2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
image_flavor: [-main, -nvidia]
base_name: [framework]
base_image_name: [silverblue, kinoite, vauxite, sericea, base, lxqt, mate, bazzite, bazzite-gnome, bluefin, bluefin-dx]
major_version: [38]
major_version: [38, 39]
include:
- major_version: 38
is_latest_version: true
Expand All @@ -36,6 +36,10 @@ jobs:
# There is no Fedora 37 version of sericea
- base_image_name: sericea
major_version: 37
- base_image_name: bazzite
major_version: 38
- base_image_name: bazzite-gnome
major_version: 39
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
Expand Down

0 comments on commit 95f0f2f

Please sign in to comment.