overlay coreos-base/common-oem-files: Add some arch info about OEM

For now we don't have a single place where we could learn about which
OEMs with a sysext image gets built for certain architecture. So add
it for now to the coreos-base/common-oem-files package. Missing
architecture info for an OEM that gets built only in a certain arch is
not going to be fatal for the image changes job - we will just get a
report for this OEM with messages about failures to download some
files.
This commit is contained in:
Krzesimir Nowak 2023-10-12 12:28:37 +02:00
parent c03d372c54
commit a7853de174

View File

@ -3,14 +3,20 @@
EAPI=8 EAPI=8
# One OEM ID per line, a comment at the end of the line to denote
# which arch this OEM is for (not necessary if OEM is built for all of
# them). The arches should be space separated.
#
# This is used by the ci-automation/image_changes.sh script to figure
# out the per-arch OEM IDs.
OEMIDS=( OEMIDS=(
ami ami
azure azure
digitalocean digitalocean # amd64
openstack openstack
packet packet
qemu qemu
vmware vmware # amd64
) )
DESCRIPTION='Common OEM files' DESCRIPTION='Common OEM files'