mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 06:52:13 +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:
parent
a20b8d2175
commit
a938045d1c
@ -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+=")"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user