diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/common-oem-files-0-r4.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/common-oem-files-0-r4.ebuild index 108c67b88d..16b385bac9 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/common-oem-files-0-r4.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/common-oem-files-0-r4.ebuild @@ -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'