Skip to content

Commit

Permalink
chore: fix the release step to include CNI bundle
Browse files Browse the repository at this point in the history
It was missing.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jul 8, 2024
1 parent d7cd466 commit 31af6b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31af6b3

Please sign in to comment.