mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
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:
parent
c03d372c54
commit
a7853de174
@ -3,14 +3,20 @@
|
||||
|
||||
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=(
|
||||
ami
|
||||
azure
|
||||
digitalocean
|
||||
digitalocean # amd64
|
||||
openstack
|
||||
packet
|
||||
qemu
|
||||
vmware
|
||||
vmware # amd64
|
||||
)
|
||||
|
||||
DESCRIPTION='Common OEM files'
|
||||
|
Loading…
x
Reference in New Issue
Block a user