mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 04:18:53 +00:00
scripts: Make collect script hypervisor architecture agnostic
Don't hard-code the architecture when looking for hypervisor packages. Fixes #101. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -279,11 +279,8 @@ show_package_versions()
|
||||
# assets
|
||||
pattern+="|linux-container"
|
||||
|
||||
# optimised hypervisor
|
||||
pattern+="|qemu-lite"
|
||||
|
||||
# default distro hypervisor
|
||||
pattern+="|qemu-system-x86"
|
||||
# hypervisor name prefix
|
||||
pattern+="|qemu-"
|
||||
|
||||
pattern+=")"
|
||||
|
||||
|
Reference in New Issue
Block a user