File tree Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
2727TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
2828TOOLS ?= v1.12.0-alpha.0-6-gc37ac80
2929PKGS_PREFIX ?= ghcr.io/siderolabs
30- PKGS ?= v1.12.0-alpha.0-21-g122fa66
30+ PKGS ?= v1.12.0-alpha.0-24-g0dae01a
3131GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232GENERATE_VEX ?= latest
3333
Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ function cloud_image_upload() {
1111
1212 CLOUD_IMAGES_EXTRA_ARGS=(" --name-prefix=${1} -${RANDOM_SUFFIX} " " --target-clouds=aws" " --architectures=amd64" " --aws-regions=${REGION} " )
1313
14- case " ${1} " in
15- talos-e2e-nvidia-oss-* )
16- CLOUD_IMAGES_EXTRA_ARGS+=(" --aws-force-bios" )
17- ;;
18- esac
19-
2014 make cloud-images CLOUD_IMAGES_EXTRA_ARGS=" ${CLOUD_IMAGES_EXTRA_ARGS[*]} "
2115}
2216
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414
1515const (
1616 // DefaultKernelVersion is the default Linux kernel version.
17- DefaultKernelVersion = "6.16.6 -talos"
17+ DefaultKernelVersion = "6.16.7 -talos"
1818
1919 // KernelParamConfig is the kernel parameter name for specifying the URL.
2020 // to the config.
Original file line number Diff line number Diff line change 1- v1.12.0-alpha.0-21-g122fa66
1+ v1.12.0-alpha.0-24-g0dae01a
You can’t perform that action at this time.
0 commit comments