From 9e736c719170ace03e64c441de7df44287f91ab5 Mon Sep 17 00:00:00 2001 From: Lynn Boger Date: Thu, 11 May 2023 14:49:37 -0500 Subject: [PATCH] Updated DashboardBuilders (markdown) --- DashboardBuilders.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DashboardBuilders.md b/DashboardBuilders.md index 4b27072c..c90acb1e 100644 --- a/DashboardBuilders.md +++ b/DashboardBuilders.md @@ -10,6 +10,8 @@ They come from the file https://github.com/golang/build/blob/master/dashboard/bu For design details about the coordinator, see https://go.dev/s/builderplan +The information about the builder instances can be found at https://farmer.golang.org/ + # How to set up a builder 1. talk to golang-dev@ to get a builder host type & hash (they can get one from using the `golang.org/x/build/cmd/genbuilderkey` tool), and put that in ` ~/.gobuildkey` or `~/.gobuildkey-host-foo-bar` or the file pointed to by env var `$GO_BUILD_KEY_PATH`.