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
27
27
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
28
28
TOOLS ?= v1.12.0-alpha.0-6-gc37ac80
29
29
PKGS_PREFIX ?= ghcr.io/siderolabs
30
- PKGS ?= v1.12.0-alpha.0-21-g122fa66
30
+ PKGS ?= v1.12.0-alpha.0-24-g0dae01a
31
31
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
32
32
GENERATE_VEX ?= latest
33
33
Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ function cloud_image_upload() {
11
11
12
12
CLOUD_IMAGES_EXTRA_ARGS=(" --name-prefix=${1} -${RANDOM_SUFFIX} " " --target-clouds=aws" " --architectures=amd64" " --aws-regions=${REGION} " )
13
13
14
- case " ${1} " in
15
- talos-e2e-nvidia-oss-* )
16
- CLOUD_IMAGES_EXTRA_ARGS+=(" --aws-force-bios" )
17
- ;;
18
- esac
19
-
20
14
make cloud-images CLOUD_IMAGES_EXTRA_ARGS=" ${CLOUD_IMAGES_EXTRA_ARGS[*]} "
21
15
}
22
16
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
const (
16
16
// DefaultKernelVersion is the default Linux kernel version.
17
- DefaultKernelVersion = "6.16.6 -talos"
17
+ DefaultKernelVersion = "6.16.7 -talos"
18
18
19
19
// KernelParamConfig is the kernel parameter name for specifying the URL.
20
20
// 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