The active development moved to https://github.com/cloud-hypervisor/obs-packaging. This repository is archived.
This repository contains specifications to package Cloud Hypervisor and accompanying software for various formats and Linux distributions. The packages built on Open Build Service are available through the package repositories.
Package | AMD64 | AARCH64 |
---|---|---|
cloud-hypervisor | yes | yes |
edk2-cloud-hypervisor | yes | yes |
rust-hyperisor-firmware | yes | no |
In order to use the pre-built Cloud Hypervisor binaries, the repository for the corresponding distribution needs to be imported on your system.
Installing with zypper
:
$ zypper ar https://download.opensuse.org/repositories/home:/weltling:/cloud-hypervisor/openSUSE_Tumbleweed/home:weltling:cloud-hypervisor.repo
$ zypper ref
$ zypper in cloud-hypervisor edk2-cloud-hypervisor
Installing with yum
:
$ yum install yum-utils
$ yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/weltling:/cloud-hypervisor/Fedora_36/home:weltling:cloud-hypervisor.repo
$ yum-config-manager --enable home_weltling_cloud-hypervisor
$ yum install cloud-hypervisor edk2-cloud-hypervisor
Installing with apt
:
$ apt-get install software-properties-common
$ sudo add-apt-repository 'deb https://download.opensuse.org/repositories/home:/weltling:/cloud-hypervisor/xUbuntu_20.04/ ./'
$ wget -q https://download.opensuse.org/repositories/home:/weltling:/cloud-hypervisor/xUbuntu_20.04/Release.key -O- | sudo apt-key add -
$ sudo apt-get install cloud-hypervisor edk2-cloud-hypervisor