mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
versions: Update qemu database
Only use 'version' key to build qemu.. The version could be used as any valid target: branch, tag or commit. Using different keys to build is confusing. Signed-off-by: Carlos Venegas <jos.c.venegas.munoz@intel.com>
This commit is contained in:
parent
5abdd2aaf0
commit
e221c45d7a
@ -88,8 +88,7 @@ assets:
|
||||
qemu:
|
||||
description: "VMM that uses KVM"
|
||||
url: "https://github.com/qemu/qemu"
|
||||
version: "5.2.0"
|
||||
tag: "v5.2.0"
|
||||
version: "v5.2.0"
|
||||
# Do not include any non-full release versions
|
||||
# Break the line *without CR or space being appended*, to appease
|
||||
# yamllint, and note the deliberate ' ' at the end of the expression.
|
||||
@ -100,15 +99,15 @@ assets:
|
||||
.*/v?(\d\S+)\.tar\.gz
|
||||
architecture:
|
||||
aarch64:
|
||||
version: "5.1.0"
|
||||
version: "v5.1.0"
|
||||
branch: "master"
|
||||
tag: "v5.1.0"
|
||||
commit: "d0ed6a69d399ae193959225cdeaa9382746c91cc"
|
||||
|
||||
qemu-experimental:
|
||||
description: "QEMU with virtiofs support"
|
||||
url: "https://gitlab.com/virtio-fs/qemu.git"
|
||||
tag: "qemu5.0-virtiofs-with51bits-dax"
|
||||
url: "https://gitlab.com/virtio-fs/qemu"
|
||||
version: "qemu5.0-virtiofs-with51bits-dax"
|
||||
|
||||
image:
|
||||
description: |
|
||||
|
Loading…
Reference in New Issue
Block a user