We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5bf69 commit 62aef14Copy full SHA for 62aef14
.github/workflows/precompiled.yaml
@@ -45,7 +45,8 @@ jobs:
45
run: |
46
# get driver_branch
47
# DRIVER_BRANCH=("535" "550" "565")
48
- DRIVER_BRANCH=("535" "550")
+ # DRIVER_BRANCH=("535" "550")
49
+ DRIVER_BRANCH=("535")
50
driver_branch_json=$(printf '%s\n' "${DRIVER_BRANCH[@]}" | jq -R . | jq -cs .)
51
echo "driver_branch=$driver_branch_json" >> $GITHUB_OUTPUT
52
@@ -57,9 +58,9 @@ jobs:
57
58
echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
59
60
# get ubuntu distributions
- DIST=("ubuntu22.04" "ubuntu24.04")
61
+ # DIST=("ubuntu22.04" "ubuntu24.04")
62
# DIST=("ubuntu22.04")
- # DIST=("ubuntu24.04")
63
+ DIST=("ubuntu24.04")
64
dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
65
echo "dist=$dist_json" >> $GITHUB_OUTPUT
66
0 commit comments