From e2105715d8b4b03c357b3219a3155bf125a2ac88 Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Mon, 11 Nov 2024 17:47:19 +0530 Subject: [PATCH] ubuntu24.04 ci pipeline fix Signed-off-by: shiva kumar --- .github/workflows/precompiled.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/precompiled.yaml b/.github/workflows/precompiled.yaml index 686bad27..89a47ab2 100644 --- a/.github/workflows/precompiled.yaml +++ b/.github/workflows/precompiled.yaml @@ -45,8 +45,8 @@ jobs: run: | # get driver_branch # DRIVER_BRANCH=("535" "550" "565") - # DRIVER_BRANCH=("535" "550") - DRIVER_BRANCH=("535") + DRIVER_BRANCH=("535" "550") + # DRIVER_BRANCH=("535") driver_branch_json=$(printf '%s\n' "${DRIVER_BRANCH[@]}" | jq -R . | jq -cs .) echo "driver_branch=$driver_branch_json" >> $GITHUB_OUTPUT @@ -58,8 +58,8 @@ jobs: echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT # get ubuntu distributions - # DIST=("ubuntu22.04" "ubuntu24.04") - DIST=("ubuntu22.04") + DIST=("ubuntu22.04" "ubuntu24.04") + # DIST=("ubuntu22.04") # DIST=("ubuntu24.04") dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .) echo "dist=$dist_json" >> $GITHUB_OUTPUT