mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-08 19:38:25 +00:00
gha: Cache the agent for non-x86_64 arches
Those are not yet being cached for no reason, and they better be as it'll allow us to save a considerable amount of time building the rootfs. Fixes: #8917 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
a7c68225aa
commit
08a082ca47
@ -27,6 +27,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
asset:
|
asset:
|
||||||
|
- agent
|
||||||
- cloud-hypervisor
|
- cloud-hypervisor
|
||||||
- firecracker
|
- firecracker
|
||||||
- kernel
|
- kernel
|
||||||
|
@ -27,6 +27,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
asset:
|
asset:
|
||||||
|
- agent
|
||||||
- kernel
|
- kernel
|
||||||
- qemu
|
- qemu
|
||||||
- rootfs-initrd
|
- rootfs-initrd
|
||||||
|
@ -27,6 +27,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
asset:
|
asset:
|
||||||
|
- agent
|
||||||
- kernel
|
- kernel
|
||||||
- qemu
|
- qemu
|
||||||
- rootfs-image
|
- rootfs-image
|
||||||
|
Loading…
Reference in New Issue
Block a user