Closed leninmehedy closed 7 months ago
Currently we mentioned that solo
can be used on darwin
and linux
: https://github.com/hashgraph/solo/blob/main/package.json#L71
If it it can be run on windows, we may update that line in package.json.
Summary of current experiments:
cannot execute binary file: Exec format error
or WSL 1 is not supported. Please upgrade to WSL 2 or above
With GCP Windows server instance
Please enable the Virtual Machine Platform Windows feature and ensure virtualization is enabled in the BIOS. For information please visit https://aka.ms/enablevirtualization
Tried with different machine types (N2, C3) on GKE, once enabled nested virtualization. https://raaki-88.medium.com/enabling-nested-virtualisation-on-google-cloud-platform-instance-7f80f3120834 no longer able to connect to remote instance with Microsoft Remote Desktop
advancedMachineFeatures:
enableNestedVirtualization: true
:tada: This issue has been resolved in version 0.24.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 0.24.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
We haven't tested
solo
on windows. However, we should ensure it can be run on windows. If not, we need to create tickets to resolve those issues.