mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
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:
parent
010010986d
commit
dfb4f156d2
@ -31,7 +31,6 @@ fi
|
|||||||
COMMON_OEMIDS=(
|
COMMON_OEMIDS=(
|
||||||
ami
|
ami
|
||||||
azure
|
azure
|
||||||
gce
|
|
||||||
openstack
|
openstack
|
||||||
packet
|
packet
|
||||||
qemu
|
qemu
|
||||||
@ -42,6 +41,7 @@ ARM64_ONLY_OEMIDS=(
|
|||||||
|
|
||||||
AMD64_ONLY_OEMIDS=(
|
AMD64_ONLY_OEMIDS=(
|
||||||
digitalocean
|
digitalocean
|
||||||
|
gce
|
||||||
vmware
|
vmware
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user