File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ jobs:
4646 echo "driver_branch=$driver_branch_json" >> $GITHUB_OUTPUT
4747
4848 # get kernel flavors
49- KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
50- # KERNEL_FLAVORS=("generic ")
49+ # KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
50+ KERNEL_FLAVORS=("oracle ")
5151 kernel_flavors_json=$(printf '%s\n' "${KERNEL_FLAVORS[@]}" | jq -R . | jq -cs .)
5252 echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
5353
5454 # get ubuntu distributions
55- DIST=("ubuntu22.04" "ubuntu24.04")
56- # DIST=("ubuntu22 .04")
55+ # DIST=("ubuntu22.04" "ubuntu24.04")
56+ DIST=("ubuntu24 .04")
5757 dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
5858 echo "dist=$dist_json" >> $GITHUB_OUTPUT
5959
You can’t perform that action at this time.
0 commit comments