Skip to content

Commit

Permalink
feat: enable F38 builds (ublue-os#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 14, 2023
1 parent 7263444 commit f1abee7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
fail-fast: false
matrix:
image_flavor: [main, nvidia]
major_version: [37]
major_version: [37, 38]
include:
- major_version: 37
is_latest_version: true
is_stable_version: true
# - major_version: 38
# is_latest_version: false
# is_stable_version: false
- major_version: 38
is_latest_version: false
is_stable_version: false
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
Expand Down

0 comments on commit f1abee7

Please sign in to comment.