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

Commit

Permalink
feat: add f39 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Nov 16, 2023
1 parent 2eea7ed commit f23ccb5
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,9 +21,12 @@ jobs:
fail-fast: false
matrix:
image_flavor: [main, nvidia]
major_version: [38]
major_version: [38, 39]
include:
- major_version: 38
is_latest_version: false
is_stable_version: true
- major_version: 39
is_latest_version: true
is_stable_version: true
steps:
Expand Down

0 comments on commit f23ccb5

Please sign in to comment.