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

Commit

Permalink
feat(ci): Enable images based on Fedora 39
Browse files Browse the repository at this point in the history
Builds images based on Fedora 39
  • Loading branch information
EyeCantCU authored Oct 21, 2023
1 parent 2e3c492 commit 3d3aaf2
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 @@ -21,8 +21,11 @@ jobs:
fail-fast: false
matrix:
image_flavor: [main, nvidia]
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 3d3aaf2

Please sign in to comment.