Merge branch 'drop-arch-bootupd-filtering' into 'main'

manifest: Unconditionally include bootupd

See merge request fedora/bootc/base-images!28
This commit is contained in:
Colin Walters (Red Hat) 2024-05-29 21:03:23 +00:00
commit 64a741188c
1 changed files with 1 additions and 5 deletions

View File

@ -50,6 +50,7 @@ remove-from-packages:
include: include:
- bootc.yaml - bootc.yaml
- bootupd.yaml
- ostree.yaml - ostree.yaml
- initramfs.yaml - initramfs.yaml
- autoupdates.yaml - autoupdates.yaml
@ -65,8 +66,3 @@ packages:
- container-selinux - container-selinux
# Needed for tpm2 bound luks # Needed for tpm2 bound luks
- tpm2-tools - tpm2-tools
# See https://github.com/coreos/bootupd
arch-include:
x86_64: bootupd.yaml
aarch64: bootupd.yaml