From d8a19b36e444f5538f0c8f7153aef5e1e2b98b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Thu, 23 Apr 2020 11:50:31 +0000 Subject: [PATCH] fixed vs code target architecture --- containers/agent-windows-jenkins/Dockerfile | 2 +- containers/agent-windows-jenkins/VERSION | Bin 8 -> 8 bytes containers/agent-windows-vs2019/Dockerfile | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/agent-windows-jenkins/Dockerfile b/containers/agent-windows-jenkins/Dockerfile index dea7999..fd26c4a 100644 --- a/containers/agent-windows-jenkins/Dockerfile +++ b/containers/agent-windows-jenkins/Dockerfile @@ -23,4 +23,4 @@ VOLUME C:\Temp # start swarm plugin COPY start_agent.ps1 c:\jenkins -ENTRYPOINT ["C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat", "&&", "powershell.exe", "-NoLogo", "-ExecutionPolicy", "Bypass", "C:\\jenkins\\start_agent.ps1"] +ENTRYPOINT ["C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat", "-arch=amd64", "-host_arch=amd64", "&&", "powershell.exe", "-NoLogo", "-ExecutionPolicy", "Bypass", "C:\\jenkins\\start_agent.ps1"] diff --git a/containers/agent-windows-jenkins/VERSION b/containers/agent-windows-jenkins/VERSION index 9a5fce66dfe976e22015817718e338746049d317..67de34261ca5d1db3f1db04e1729dac1541f36b2 100644 GIT binary patch literal 8 PcmezW&ys