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).
This commit is contained in:
Neal Gompa
2024-02-24 14:57:26 -05:00
parent ce013b2c21
commit 3ac0ae9240
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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"