1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-05 02:40:18 +00:00

workflows: Add support for building virtiofsd

As already done for the other assets we rely on, let's build (well, pull
in this very specific case) the virtiofsd binary, as we're relying on
its standlone rust version from now on.

Fixes: 

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio
2022-05-11 21:09:07 +02:00
parent 71f59f3a7b
commit a475956abd
3 changed files with 3 additions and 0 deletions

@@ -24,6 +24,7 @@ jobs:
- firecracker - firecracker
- rootfs-image - rootfs-image
- rootfs-initrd - rootfs-initrd
- virtiofsd
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install docker - name: Install docker

@@ -47,6 +47,7 @@ jobs:
- rootfs-image - rootfs-image
- rootfs-initrd - rootfs-initrd
- shim-v2 - shim-v2
- virtiofsd
steps: steps:
- name: get-PR-ref - name: get-PR-ref
id: get-PR-ref id: get-PR-ref

@@ -17,6 +17,7 @@ jobs:
- rootfs-image - rootfs-image
- rootfs-initrd - rootfs-initrd
- shim-v2 - shim-v2
- virtiofsd
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install docker - name: Install docker