From 063dec37c298ad16ee22c772a23020bef424f879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 2 Jan 2023 09:54:45 +0100 Subject: [PATCH] release: Add the dragonball-experimental kernel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's add the dragonball specific kernel, which takes advantage of upcall, as part of the release tarball, so it can be used from the release tarball / kata-deploy. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b5f585937..bbb95c53d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,6 +13,7 @@ jobs: - cloud-hypervisor - firecracker - kernel + - kernel-dragonball-experimental - nydus - qemu - rootfs-image