File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ PCRE2_VERSION: 10.42
7
7
# renovate: datasource=git-tags depName=https://gitlab.com/xen-project/xen-guest-agent.git
8
8
XEN_GUEST_AGENT_VERSION : 5c274e651c29f92fc0c418fda486373b0f34f0da
9
9
# renovate: datasource=github-releases depName=siderolabs/talos-vmtoolsd
10
- TALOS_VMTOOLSD_VERSION : v0.6.1
10
+ TALOS_VMTOOLSD_VERSION : v1.0.0
11
11
# renovate: datasource=github-releases depName=siderolabs/talos-metal-agent
12
12
TALOS_METAL_AGENT_VERSION : v0.1.2
Original file line number Diff line number Diff line change 1
1
name : vmtoolsd-guest-agent
2
2
variant : scratch
3
3
shell : /bin/bash
4
+ # {{ if eq .ARCH "aarch64" }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
5
+ # VMWare doesn't support arm64
6
+ finalize :
7
+ - from : /
8
+ to : /
9
+ # {{ else }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
4
10
dependencies :
5
11
- stage : base
6
12
- image : {{ .BUILD_ARG_PKGS_PREFIX }}/talos-vmtoolsd:{{ .TALOS_VMTOOLSD_VERSION }}
13
19
finalize :
14
20
- from : /rootfs
15
21
to : /
22
+ # {{ end }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
You can’t perform that action at this time.
0 commit comments