mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-24 16:02:18 +00:00
Compare commits
2 commits
c3b39f2689
...
7f97dfadd2
Author | SHA1 | Date | |
---|---|---|---|
7f97dfadd2 | |||
2d654e4744 |
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,7 @@ For more examples and ideas, visit:
|
||||||
So the Docker piece is sorted; now for setting up the runner.
|
So the Docker piece is sorted; now for setting up the runner.
|
||||||
|
|
||||||
#### Install/Configure 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/`:
|
Each runner instance needs its own directory so I create those under `/opt/github/`:
|
||||||
|
|
||||||
|
@ -438,6 +438,7 @@ If it fails for some reason, the `Retry on failure` step will try again, just in
|
||||||
Here's the complete `.github/workflows/build.yml`, all in one code block:
|
Here's the complete `.github/workflows/build.yml`, all in one code block:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# torchlight! {"lineNumbers":true}
|
||||||
name: Build VM Templates
|
name: Build VM Templates
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in a new issue