coreos / ignition

First boot installer and configuration tool
https://coreos.github.io/ignition/
Apache License 2.0
840 stars 247 forks source link

providers/vmware: arm64 support #1958

Open eszense opened 1 month ago

eszense commented 1 month ago

Currently the vmware provider executes vmware_unsupported.go on all non-amd64 platform to fail gracefully on unsupported architecture.

Now that both VMware ESXi and Fusion works on arm64, I wonder if arm64 support can now be added alongside amd64.

Thank you.