Merge pull request #1564 from flatcar/krnowak/fix-image-reports-for-gce

overlay coreos-base/common-oem-files: Move gce to amd64-only OEMID list
This commit is contained in:
Krzesimir Nowak 2024-01-11 12:58:27 +01:00 committed by GitHub
commit ae267ad63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
)