Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libvirt/constants.go: Add arch info to download machine-driver-libvir…
…t binary machine-driver-libvirt now have arm64 and amd64 binary for linux platfrom. This PR will make sure correct binary is downloaded and used for specific platform. Name of the binary should be `machine-driver-libvirt` because this name is hard-coded as part of the plugin - https://github.com/crc-org/machine/blob/master/libmachine/drivers/plugin/localbinary/plugin.go#L55-L63 Now during start user get follow warning which need to be ignored ``` WARN Executable name is crc-driver-libvirt but extracted file name is crc-driver-libvirt-amd64 ```
- Loading branch information