Skip to content

Commit

Permalink
feat: Add Fedora 40 builds to Bluefin (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmtaylor authored Mar 28, 2024
1 parent e7edb3c commit 59dd5cb
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 @@ -38,7 +38,7 @@ jobs:
matrix:
image_flavor: [main, nvidia, asus, asus-nvidia, framework, surface, surface-nvidia]
base_name: [bluefin, bluefin-dx]
major_version: [38, 39]
major_version: [38, 39, 40]
include:
- major_version: 38
is_latest_version: false
Expand All @@ -48,6 +48,10 @@ jobs:
is_latest_version: true
is_stable_version: true
is_gts_version: false
- major_version: 40
is_latest_version: false
is_stable_version: false
is_gts_version: false
exclude:
- major_version: 38
image_flavor: asus
Expand Down

0 comments on commit 59dd5cb

Please sign in to comment.