siderolabs / talos

Talos Linux is a modern Linux distribution built for Kubernetes.
https://www.talos.dev
Mozilla Public License 2.0
6.89k stars 555 forks source link

fix: make vmware platform common code build on all arches #9765

Closed smira closed 1 day ago

smira commented 1 day ago

Even though VMWare doesn't support non-amd64 case, for the imager (and Image Factory), the common stuff should work correctly for any arch the imager is running with (as arm64 imager can generate amd64 VMWare image).

See https://github.com/siderolabs/image-factory/issues/164

smira commented 1 day ago

/m