redhat-developer / mapt

Multi Architecture Provisioning Tool
Apache License 2.0
9 stars 7 forks source link

Add github actions runner setup for all platforms #241

Closed anjannath closed 3 months ago

anjannath commented 3 months ago

this adds the following new flags to the mapt aws windows create and mapt azure windows create commands:

--install-ghactions-runner        Install and setup Github Actions runner in the instance
--ghcations-runner-name string    Name for the Github Actions Runner
--ghcations-runner-repo string    Full URL of the repository where the Github Actions Runner should be registered
--ghcations-runner-token string   Token needed for registering the Github Actions Runner token
adrianriobo commented 3 months ago

Fixes #211

adrianriobo commented 3 months ago

Dunno how you will reconcile the commits after re factor but may you can add doc information about the feature.

Like something on the main README.md and also on each mapt usage doc inside the doc folder

adrianriobo commented 3 months ago

Hey can you add the snippet for mac as well? or do you prefer handle it on a different PR?

Ensure to check https://github.com/redhat-developer/mapt/issues/211#issuecomment-2149063017

anjannath commented 3 months ago

Hey can you add the snippet for mac as well? or do you prefer handle it on a different PR?

Ensure to check #211 (comment)

yeah, I'd prefer to do it in a separate PR :)