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:
Fabiano Fidêncio 2024-01-25 13:08:11 +01:00
parent a7c68225aa
commit 08a082ca47
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B
3 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
strategy: strategy:
matrix: matrix:
asset: asset:
- agent
- cloud-hypervisor - cloud-hypervisor
- firecracker - firecracker
- kernel - kernel

View File

@ -27,6 +27,7 @@ jobs:
strategy: strategy:
matrix: matrix:
asset: asset:
- agent
- kernel - kernel
- qemu - qemu
- rootfs-initrd - rootfs-initrd

View File

@ -27,6 +27,7 @@ jobs:
strategy: strategy:
matrix: matrix:
asset: asset:
- agent
- kernel - kernel
- qemu - qemu
- rootfs-image - rootfs-image