overlay coreos-base/common-oem-files: Move gce to amd64-only OEMID list

We are not building gce OEM images for arm64 at all, so gce being in
common OEM ID list resulted in arm64 image reports printing errors for
it.
This commit is contained in:
Krzesimir Nowak 2024-01-11 09:01:12 +01:00
parent 010010986d
commit dfb4f156d2

View File

@ -31,7 +31,6 @@ fi
COMMON_OEMIDS=(
ami
azure
gce
openstack
packet
qemu
@ -42,6 +41,7 @@ ARM64_ONLY_OEMIDS=(
AMD64_ONLY_OEMIDS=(
digitalocean
gce
vmware
)