Merge pull request #8926 from fidencio/topic/cache-the-agent-for-non-x86_64

gha: Cache the agent for non-x86_64 arches
This commit is contained in:
Hyounggyu Choi
2024-01-26 18:04:33 +01:00
committed by GitHub
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