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 4893fd8 commit e210571Copy full SHA for e210571
.github/workflows/precompiled.yaml
@@ -45,8 +45,8 @@ jobs:
45
run: |
46
# get driver_branch
47
# DRIVER_BRANCH=("535" "550" "565")
48
- # DRIVER_BRANCH=("535" "550")
49
- DRIVER_BRANCH=("535")
+ DRIVER_BRANCH=("535" "550")
+ # 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
@@ -58,8 +58,8 @@ jobs:
58
echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
59
60
# get ubuntu distributions
61
- # DIST=("ubuntu22.04" "ubuntu24.04")
62
- DIST=("ubuntu22.04")
+ DIST=("ubuntu22.04" "ubuntu24.04")
+ # DIST=("ubuntu22.04")
63
# DIST=("ubuntu24.04")
64
dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
65
echo "dist=$dist_json" >> $GITHUB_OUTPUT
0 commit comments