mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
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:
parent
5208386ab1
commit
02acef9575
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user