diff options
| author | 2024-02-24 14:40:59 -0500 | |
|---|---|---|
| committer | 2024-02-24 14:57:26 -0500 | |
| commit | 3ac0ae9240ca8ba0bbbe6bbdcd38a47dfd3fddc7 (patch) | |
| tree | a491d6a81a7da488e48d963155359b7db0382def /teams/cloud/vagrant.xml | |
| parent | ce013b2c21973f368499b97de9e7e9d255c2c03e (diff) | |
| download | kiwi-descriptions-3ac0ae9240ca8ba0bbbe6bbdcd38a47dfd3fddc7.tar.gz kiwi-descriptions-3ac0ae9240ca8ba0bbbe6bbdcd38a47dfd3fddc7.zip | |
teams/cloud: Define compatible architectures for existing profiles
Most of the Fedora Cloud-owned profiles are limited to a subset of
architectures, generally x86_64 and aarch64 (with the exception of
the VirtualBox Vagrant image, which is x86_64 only).
Diffstat (limited to 'teams/cloud/vagrant.xml')
| -rw-r--r-- | teams/cloud/vagrant.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/teams/cloud/vagrant.xml b/teams/cloud/vagrant.xml index 84d1ad7..68789c5 100644 --- a/teams/cloud/vagrant.xml +++ b/teams/cloud/vagrant.xml @@ -10,7 +10,7 @@ <requires profile="VagrantCore"/> </profile> </profiles> - <preferences profiles="Cloud-Base-Vagrant-libvirt"> + <preferences profiles="Cloud-Base-Vagrant-libvirt" arch="x86_64,aarch64"> <type image="oem" format="vagrant" filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1" kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0" @@ -31,7 +31,7 @@ </oemconfig> </type> </preferences> - <preferences profiles="Cloud-Base-Vagrant-VirtualBox"> + <preferences profiles="Cloud-Base-Vagrant-VirtualBox" arch="x86_64"> <type image="oem" format="vagrant" filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1" kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0" |