From a06775847441de408d63d5743eb2e37105af69d4 Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 18 Jul 2024 08:43:39 -0400 Subject: [PATCH] update readme with a build section --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c063033..d627336 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,19 @@ To also host locally: docker run -p 1313:1313 -v .:/home/app -ti --network=host git.myco.systems/mycosystems/hugo-ci:latest ``` +## Building + +Building requires docker, buildx. Nodejs is included in the ci workflow becuase of it's use in many actions scripts. + +I recommend changing the option `JOBS` in the Dockerfile as the current number is optimized for a custom KVM machine that's being used as our runner. Though even at 32 the specs are under-utalized +Our runner is given these resources: +- 64 GB DDR4 +- 128 vcores passed as EPYC 7763 (host) using NUMA +- 64 GB emulated SSD + + + + ## Links - ~~[BetterWeb Docker](https://hub.docker.com/r/betterweb/hugo)~~