Skip to content

Commit

Permalink
Add --ephemeral option to win runner (#3239)
Browse files Browse the repository at this point in the history
This option needs to be hardcoded into runner start up mechanism as ARC
doesn't have proper Windows support.

b/258687270
  • Loading branch information
isarkis committed May 14, 2024
1 parent 1002259 commit ae22bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/windows/runner/runner.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
C:\actions-runner\config.cmd --unattended --replace --url https://github.com/${env:RUNNER_REPO} --token $env:RUNNER_TOKEN --name $env:RUNNER_NAME --work $env:RUNNER_WORKDIR --labels $env:RUNNER_LABELS;
C:\actions-runner\config.cmd --unattended --replace --url https://github.com/${env:RUNNER_REPO} --token $env:RUNNER_TOKEN --name $env:RUNNER_NAME --work $env:RUNNER_WORKDIR --ephemeral --labels $env:RUNNER_LABELS;
C:\actions-runner\run.cmd;

0 comments on commit ae22bdd

Please sign in to comment.