chore: fix the release step to include CNI bundle

It was missing.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2024-07-08 16:59:01 +04:00
parent d7cd46643d
commit 31af6b3f8c
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
# #
# Generated on 2024-07-08T12:16:47Z by kres 8c8b007. # Generated on 2024-07-08T12:58:12Z by kres 8c8b007.
name: default name: default
concurrency: concurrency:
@ -3161,7 +3161,7 @@ jobs:
env: env:
PLATFORM: linux/amd64,linux/arm64 PLATFORM: linux/amd64,linux/arm64
run: | run: |
make talosctl-all kernel sd-boot sd-stub initramfs installer imager talos make talosctl-all kernel sd-boot sd-stub initramfs installer imager talos talosctl-cni-bundle
- name: release-notes - name: release-notes
run: | run: |
make release-notes make release-notes

View File

@ -165,7 +165,7 @@ spec:
- only-on-tag - only-on-tag
steps: steps:
- name: build - name: build
command: talosctl-all kernel sd-boot sd-stub initramfs installer imager talos command: talosctl-all kernel sd-boot sd-stub initramfs installer imager talos talosctl-cni-bundle
environment: environment:
PLATFORM: linux/amd64,linux/arm64 PLATFORM: linux/amd64,linux/arm64
- name: release-notes - name: release-notes