File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,17 @@ jobs:
4444 echo "driver_branch=$driver_branch_json" >> $GITHUB_OUTPUT
4545
4646 # get kernel flavors
47- # KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
48- KERNEL_FLAVORS=("generic")
47+ KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
4948 kernel_flavors_json=$(printf '%s\n' "${KERNEL_FLAVORS[@]}" | jq -R . | jq -cs .)
5049 echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
5150
5251 # get ubuntu distributions
53- # DIST=("ubuntu22.04" "ubuntu24.04")
54- DIST=("ubuntu22.04")
52+ DIST=("ubuntu22.04" "ubuntu24.04")
5553 dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
5654 echo "dist=$dist_json" >> $GITHUB_OUTPUT
5755
5856 # LTS_KERNEL setup
59- # LTS_KERNEL=("5.15" "6.8")
60- LTS_KERNEL=("5.15")
57+ LTS_KERNEL=("5.15" "6.8")
6158 lts_kernel_json=$(printf '%s\n' "${LTS_KERNEL[@]}" | jq -R . | jq -cs .)
6259 echo "lts_kernel=$lts_kernel_json" >> $GITHUB_OUTPUT
6360
You can’t perform that action at this time.
0 commit comments