mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
updating docs
This commit is contained in:
@@ -5,6 +5,8 @@ Please use the issue templates to submit requests and bug reports related to the
|
||||
If you need help with how to set up your workflow file or use a specific tool,
|
||||
check out the [GitHub Actions Community Forum](https://github.community/t5/GitHub-Actions/bd-p/actions).
|
||||
|
||||
If you need help with how to build VM machine from source code, check out the [documentation](./help/CreateImageAndAzureResources.md).
|
||||
|
||||
## OS's offered
|
||||
We currently offer Linux, macOS, and Windows virtual environments:
|
||||
|
||||
|
||||
@@ -8,4 +8,5 @@
|
||||
|
||||
1. At the end of the output from running Packer above is a URL to the VM resource template with a read access token. It ends with `.json` plus a query string. Note this URL. For now, it seems like there is an [Az CLI bug](https://github.com/Azure/azure-cli/issues/5899) with specifying the template through a URI. So download the template locally and note the path of the template file.
|
||||
1. Generating the required Azure resources and creating the VM is automated [here](../helpers/CreateAzureVMFromPackerTemplate.ps1).
|
||||
1. Building VM machines based on packer template is automated [here](../helpers/GenerateResourcesAndImage.ps1).
|
||||
1. After the VM is created, remote into it using its public IP address. You can test the installed tools or install the Azure Pipelines agent and connect it to your Azure DevOps organization.
|
||||
Reference in New Issue
Block a user