manusa / actions-setup-minikube

Set up your GitHub Actions workflow with a specific version of Minikube and Kuberentes
Apache License 2.0
60 stars 25 forks source link

Support Windows environment #28

Open apupier opened 3 years ago

apupier commented 3 years ago

it would be nice to support also Windows Environment.

It will allow to test tooling like VS Code Camel K on a windows environment

manusa commented 3 years ago

Last time I checked it was impossible because nested virtualization was not possible on GH action environment (https://github.com/actions/virtual-environments/issues/183).

However, this may have changed, I will give it another look.