mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-16 12:54:22 +01:00
workflows: fix malformed CC payload s390x yaml
The measured_boot matrix parameter should be a list. Fixes #7400 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
This commit is contained in:
3
.github/workflows/cc-payload-s390x.yaml
vendored
3
.github/workflows/cc-payload-s390x.yaml
vendored
@@ -11,7 +11,8 @@ jobs:
|
||||
runs-on: s390x
|
||||
strategy:
|
||||
matrix:
|
||||
measured_rootfs: no
|
||||
measured_rootfs:
|
||||
- no
|
||||
asset:
|
||||
- cc-qemu
|
||||
- cc-virtiofsd
|
||||
|
||||
Reference in New Issue
Block a user