1
0
Fork 0

added comment on host names

This commit is contained in:
Christian Kühnel 2020-02-06 13:32:21 +01:00
parent 8ae09b4dcf
commit 9e431d4ab9

View file

@ -8,6 +8,9 @@ FROM gcr.io/llvm-premerge-checks/agent-windows
# Supply your agent token via the arguement "-token <mytoken" when building the image
ARG token
ENV BUILDKITE_BUILD_PATH=C:\ws\bk
#TODO(kuhnel): use the host machine name in the agent name.
# This needs to be set during run time in the start_agent.ps1 script.
ENV BUILDKITE_AGENT_NAME=win-vs17
COPY start_agent.ps1 C:\scripts\