Merge branch 'tier-1-drop-qemu' into 'main'

tier-1: Drop qemu emulators

See merge request CentOS/cloud/sagano!41
This commit is contained in:
Colin Walters 2023-10-29 14:29:50 +00:00
commit 49cd8fff4d
1 changed files with 1 additions and 6 deletions

View File

@ -42,9 +42,7 @@ packages:
# resolved was broken out to its own package in rawhide/f35 # resolved was broken out to its own package in rawhide/f35
- systemd-resolved - systemd-resolved
# Include the qemu-user-static-x86 package on aarch64 and s390x FCOS images # These are random architecture-specific packages
# to allow access to the large inventory of containers only built for x86_64.
# https://github.com/coreos/fedora-coreos-tracker/issues/1237
packages-x86_64: packages-x86_64:
- irqbalance - irqbalance
packages-ppc64le: packages-ppc64le:
@ -54,9 +52,6 @@ packages-ppc64le:
- ppc64-diag-rtas - ppc64-diag-rtas
packages-aarch64: packages-aarch64:
- irqbalance - irqbalance
- qemu-user-static-x86
packages-s390x:
- qemu-user-static-x86
postprocess: postprocess:
# Undo RPM scripts enabling units; we want the presets to be canonical # Undo RPM scripts enabling units; we want the presets to be canonical