From f1abee7c883a5846de1fdb63cd854db7e964501f Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Tue, 14 Mar 2023 15:41:33 -0400 Subject: [PATCH] feat: enable F38 builds (#30) --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 154c05fa6fc..bc8b0b58a04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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