You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and then configure as described below in VM setup. This VM will have no public IP address or open ports, thus will be usable only by the coordinator.
46
+
and then configure as described below in VM setup. This VM will have no public IP address or open ports, thus will be usable only by the coordinator.
47
47
48
48
Notes:
49
49
* the "image" argument above is arm-specific, and in addition "size" argument also encodes the arm64-ness of the VM (strangely)
@@ -82,6 +82,23 @@ az vm run-command invoke \
82
82
--scripts @antivirusadditions.ps1
83
83
```
84
84
85
+
## First login
86
+
87
+
Log into the new builder as "gopher" at least once so as to go through the "initial login" Windows workflow.
88
+
89
+
## Builder key
90
+
91
+
Generate a builder key for the VMs according to the directions in [x/build/cmd/genbuilderkey](https://go.googlesource.com/build/+/fdfb99e1de1f68b555502056567be459d98a0e71/cmd/genbuilderkey/README.md).
92
+
93
+
Once the key is available, write it to the builder (via "az vm run-command invoke" as above) using a PowerShell script of the form
0 commit comments