mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 00:16:52 +00:00
versions: refactor configuration of qemu in version.yaml
Include info such as commit number,tag number, etc for building nvdimm-supported qemu on aarch64 from source code. Fixes: #974 Signed-off-by: Hui Zhu <teawater@hyper.sh>
This commit is contained in:
parent
0a7a4379dc
commit
7d0be360bd
@ -70,7 +70,11 @@ assets:
|
||||
description: "VMM that uses KVM"
|
||||
url: "https://github.com/qemu/qemu"
|
||||
version: "stable-2.11"
|
||||
|
||||
architecture:
|
||||
aarch64:
|
||||
branch: "master"
|
||||
tag: "v3.1.0-rc2"
|
||||
commit: "47c1cc30e440860aa695358f7c2dd0b9d7b53d16"
|
||||
image:
|
||||
description: |
|
||||
Root filesystem disk image used to boot the guest virtual
|
||||
|
Loading…
Reference in New Issue
Block a user