Skip to content

Commit 62aef14

Browse files
committed
ubuntu24.04 ci pipeline fix
Signed-off-by: shiva kumar <[email protected]>
1 parent 5d5bf69 commit 62aef14

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/precompiled.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
run: |
4646
# get driver_branch
4747
# DRIVER_BRANCH=("535" "550" "565")
48-
DRIVER_BRANCH=("535" "550")
48+
# DRIVER_BRANCH=("535" "550")
49+
DRIVER_BRANCH=("535")
4950
driver_branch_json=$(printf '%s\n' "${DRIVER_BRANCH[@]}" | jq -R . | jq -cs .)
5051
echo "driver_branch=$driver_branch_json" >> $GITHUB_OUTPUT
5152
@@ -57,9 +58,9 @@ jobs:
5758
echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
5859
5960
# get ubuntu distributions
60-
DIST=("ubuntu22.04" "ubuntu24.04")
61+
# DIST=("ubuntu22.04" "ubuntu24.04")
6162
# DIST=("ubuntu22.04")
62-
# DIST=("ubuntu24.04")
63+
DIST=("ubuntu24.04")
6364
dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
6465
echo "dist=$dist_json" >> $GITHUB_OUTPUT
6566

0 commit comments

Comments
 (0)