From 2d654e4744cf4c6d3f023447265dc55d121b3bf8 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 24 Sep 2024 13:01:09 -0500 Subject: [PATCH] update post --- content/posts/automate-packer-builds-github-actions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/automate-packer-builds-github-actions/index.md b/content/posts/automate-packer-builds-github-actions/index.md index 333f4bc..5f02f6f 100644 --- a/content/posts/automate-packer-builds-github-actions/index.md +++ b/content/posts/automate-packer-builds-github-actions/index.md @@ -135,7 +135,7 @@ For more examples and ideas, visit: So the Docker piece is sorted; now for setting up the runner. #### Install/Configure Runner -I know I've been talking about a singular runner, but I'm actually seting up multiple instances of the runner on the same host to allow running jobs in parallel. I could probably support four simultaneous builds in my homelab but I'll settle two runners for now (after all, I only have two build flavors so far anyway). +I know I've been talking about a singular runner, but I'm actually setting up multiple instances of the runner on the same host to allow running jobs in parallel. I could probably support four simultaneous builds in my homelab but I'll start with just two runners for now (after all, I only have two build flavors so far anyway). Each runner instance needs its own directory so I create those under `/opt/github/`: