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

Commit

Permalink
chore(ci): turn off F38 for now (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 17, 2023
1 parent 142feba commit f627711
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, 38]
major_version: [37]
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 f627711

Please sign in to comment.