mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 15:02:45 +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
|
# assets
|
||||||
pattern+="|linux-container"
|
pattern+="|linux-container"
|
||||||
|
|
||||||
# optimised hypervisor
|
# hypervisor name prefix
|
||||||
pattern+="|qemu-lite"
|
pattern+="|qemu-"
|
||||||
|
|
||||||
# default distro hypervisor
|
|
||||||
pattern+="|qemu-system-x86"
|
|
||||||
|
|
||||||
pattern+=")"
|
pattern+=")"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user