From 2bb9906425b64a3631170825f19c19b5b8f3f70f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 18 May 2020 12:54:59 -0400 Subject: [PATCH] Markup for runners (#241) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 954b05a..d82f219 100644 --- a/README.md +++ b/README.md @@ -100,12 +100,17 @@ GitHub Actions offers managed [virtual environments](https://help.github.com/en/ | macos-latest | `unsupported` | | macos-10.15 | `unsupported` | -These default images do not contain all the tools that GitHub Actions offers by default in their runners. If you need an environment that works just like the corresponding GitHub runner then consider using an image provided by [nektos/act-environments](https://github.com/nektos/act-environments): +## Default runners are intentionally incomplete +These default images do **not** contain **all** the tools that GitHub Actions offers by default in their runners. + +## Alternative runner images +If you need an environment that works just like the corresponding GitHub runner then consider using an image provided by [nektos/act-environments](https://github.com/nektos/act-environments): * [nektos/act-environments-ubuntu:18.04](https://hub.docker.com/r/nektos/act-environments-ubuntu/tags) - built from the Packer file GitHub uses in [actions/virtual-environments](https://github.com/actions/runner). -`*** WARNING - this image is >18GB 😱***` +:warning: :elephant: `*** WARNING - this image is >18GB 😱***` +## Use an alternative runner image To use a different image for the runner, use the `-P` option: ```