gha: Build the kata-agent as part of our workflows

The kata-agent binary won't be released, just built so it can be used,
later on,  as part of our tests and as part of the rootfs build.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-10-03 14:21:54 +02:00
parent 5208386ab1
commit 02acef9575

View File

@ -27,6 +27,8 @@ jobs:
strategy: strategy:
matrix: matrix:
asset: asset:
- agent
- agent-opa
- agent-ctl - agent-ctl
- cloud-hypervisor - cloud-hypervisor
- cloud-hypervisor-glibc - cloud-hypervisor-glibc
@ -59,6 +61,10 @@ jobs:
stage: stage:
- ${{ inputs.stage }} - ${{ inputs.stage }}
exclude: exclude:
- asset: agent
stage: release
- asset: agent-opa
stage: release
- asset: cloud-hypervisor-glibc - asset: cloud-hypervisor-glibc
stage: release stage: release
steps: steps: