mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 20:54:26 +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:
|
qemu:
|
||||||
description: "VMM that uses KVM"
|
description: "VMM that uses KVM"
|
||||||
url: "https://github.com/qemu/qemu"
|
url: "https://github.com/qemu/qemu"
|
||||||
version: "5.2.0"
|
version: "v5.2.0"
|
||||||
tag: "v5.2.0"
|
|
||||||
# Do not include any non-full release versions
|
# Do not include any non-full release versions
|
||||||
# Break the line *without CR or space being appended*, to appease
|
# Break the line *without CR or space being appended*, to appease
|
||||||
# yamllint, and note the deliberate ' ' at the end of the expression.
|
# yamllint, and note the deliberate ' ' at the end of the expression.
|
||||||
@ -100,15 +99,15 @@ assets:
|
|||||||
.*/v?(\d\S+)\.tar\.gz
|
.*/v?(\d\S+)\.tar\.gz
|
||||||
architecture:
|
architecture:
|
||||||
aarch64:
|
aarch64:
|
||||||
version: "5.1.0"
|
version: "v5.1.0"
|
||||||
branch: "master"
|
branch: "master"
|
||||||
tag: "v5.1.0"
|
tag: "v5.1.0"
|
||||||
commit: "d0ed6a69d399ae193959225cdeaa9382746c91cc"
|
commit: "d0ed6a69d399ae193959225cdeaa9382746c91cc"
|
||||||
|
|
||||||
qemu-experimental:
|
qemu-experimental:
|
||||||
description: "QEMU with virtiofs support"
|
description: "QEMU with virtiofs support"
|
||||||
url: "https://gitlab.com/virtio-fs/qemu.git"
|
url: "https://gitlab.com/virtio-fs/qemu"
|
||||||
tag: "qemu5.0-virtiofs-with51bits-dax"
|
version: "qemu5.0-virtiofs-with51bits-dax"
|
||||||
|
|
||||||
image:
|
image:
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
Reference in New Issue
Block a user