cross-platform-actions/Cross Platform Action

Provides cross platform runner

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
runRuns command-line programs using the operating system's shell. This will be executed inside the virtual machine. no""
operating_systemThe type of operating system to run the job onyes
architectureThe architecture of the operating system.nox86-64
versionThe version of the operating system to useyes
shellThe shell to use to execute the commands. Defaults to the default shell for the given operating system. nodefault
environment_variablesA list of environment variables to forward to the virtual machine. The list should be separated with spaces. no""
memoryThe amout of memory for the virtual machineno
cpu_countThe number of CPU cores for the virtual machineno
image_urlURL for running the action with a custom image.no""
sync_filesSpecifies if the local files should be synchronized to virtual machine and in which direction. Valid values are `true`, `false`, `runner-to-vm` and `vm-to-runner`. notrue
shutdown_vmSpecifies if the VM should be shutdown after the action has been run. If unset, defaults to `true` when the `run` parameter is provided and `false` otherwise. no

no outputs