mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-10-31 09:26:52 +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:
		| @@ -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: | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user