Skip to content

Commit

Permalink
ubuntu24.04 ci pipeline fix
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <shivaku@nvidia.com>
  • Loading branch information
shivakunv committed Nov 11, 2024
1 parent 4893fd8 commit e210571
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e210571

Please sign in to comment.