File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 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
77# renovate: datasource=git-tags depName=https://gitlab.com/xen-project/xen-guest-agent.git
88XEN_GUEST_AGENT_VERSION : 5c274e651c29f92fc0c418fda486373b0f34f0da
99# renovate: datasource=github-releases depName=siderolabs/talos-vmtoolsd
10- TALOS_VMTOOLSD_VERSION : v0.6.1
10+ TALOS_VMTOOLSD_VERSION : v1.0.0
1111# renovate: datasource=github-releases depName=siderolabs/talos-metal-agent
1212TALOS_METAL_AGENT_VERSION : v0.1.2
Original file line number Diff line number Diff line change 11name : vmtoolsd-guest-agent
22variant : scratch
33shell : /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
410dependencies :
511 - stage : base
612 - image : {{ .BUILD_ARG_PKGS_PREFIX }}/talos-vmtoolsd:{{ .TALOS_VMTOOLSD_VERSION }}
1319finalize :
1420 - from : /rootfs
1521 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