diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 23ab3e3d06..3668bb14bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # 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 concurrency: @@ -3161,7 +3161,7 @@ jobs: env: PLATFORM: linux/amd64,linux/arm64 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 run: | make release-notes diff --git a/.kres.yaml b/.kres.yaml index a00159d71b..33a4901f12 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -165,7 +165,7 @@ spec: - only-on-tag steps: - 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: PLATFORM: linux/amd64,linux/arm64 - name: release-notes