Skip to content

Commit 9b32fca

Browse files
authored
Merge pull request #11 from nektos/ChristopherHX-patch-1
Update runner definitions of wiki
2 parents 6901436 + dfcb5af commit 9b32fca

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/usage/runners.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,21 @@ In order for `act` to run your workflows locally, it must run a container for th
66
| GitHub Runner | Micro Docker Image | Medium Docker Image | Large Docker Image |
77
| --------------- | -------------------------------- | ------------------------------------------------- | -------------------------------------------------- |
88
| `ubuntu-latest` | [`node:16-buster-slim`][micro] | [`catthehacker/ubuntu:act-latest`][docker_images] | [`catthehacker/ubuntu:full-latest`][docker_images] |
9-
| `ubuntu-22.04` | [`node:16-bullseye-slim`][micro] | [`catthehacker/ubuntu:act-22.04`][docker_images] | `unavailable` |
9+
| `ubuntu-22.04` | [`node:16-bullseye-slim`][micro] | [`catthehacker/ubuntu:act-22.04`][docker_images] | [`catthehacker/ubuntu:full-22.04`][docker_images] |
1010
| `ubuntu-20.04` | [`node:16-buster-slim`][micro] | [`catthehacker/ubuntu:act-20.04`][docker_images] | [`catthehacker/ubuntu:full-20.04`][docker_images] |
1111
| `ubuntu-18.04` | [`node:16-buster-slim`][micro] | [`catthehacker/ubuntu:act-18.04`][docker_images] | [`catthehacker/ubuntu:full-18.04`][docker_images] |
1212

1313
[micro]: https://hub.docker.com/_/buildpack-deps
1414
[docker_images]: https://github.com/catthehacker/docker_images
1515

16-
Windows and macOS based platforms are currently **unsupported and won't work** (see issue [#97](https://github.com/nektos/act/issues/97))
16+
If you want to run Windows and macOS based platforms and you are running act within that specfic environment you can opt out of docker and run them directly on your host system.
17+
18+
Here are some examples
19+
```sh
20+
act -P ubuntu-latest=-self-hosted
21+
act -P windows-latest=-self-hosted
22+
act -P macos-latest=-self-hosted
23+
```
1724

1825
## Default runners are intentionally incomplete
1926

@@ -30,7 +37,7 @@ If you need an environment that works just like the corresponding GitHub runner
3037

3138
:warning: :elephant: `*** WARNING - this image is >18GB 😱***`
3239

33-
- [`catthehacker/ubuntu:full-*`](https://github.com/catthehacker/docker_images/pkgs/container/ubuntu) - built from Packer template provided by GitHub, see [catthehacker/virtual-environments-fork](https://github.com/catthehacker/virtual-environments-fork) or [catthehacker/docker_images](https://github.com/catthehacker/docker_images) for more information
40+
- [`catthehacker/ubuntu:full-*`](https://github.com/catthehacker/docker_images/pkgs/container/ubuntu) - filesystem dump of the Runners provided by GitHub, see [`ChristopherHX/runner-image-blobs`](https://github.com/ChristopherHX/runner-image-blobs) or [`catthehacker/docker_images`](https://github.com/catthehacker/docker_images) for more information
3441

3542
## Use an alternative runner image
3643

0 commit comments

Comments
 (0)