| Public | The secure, lightweight, cross-platform agent for Octopus Server which turns any computer into a worker or deployment target for automated deployments and operations runbooks.
Rework of the build process has removed the ability for build.cake to output AnyCPU or 32-bit binaries of Octopus Tentacle and Tentacle Manager.
A 32-bit installer is created, but it installs the 64-bit version.
Steps to reproduce
Run the Tentacle build process for Windows
Go to OctopusTentacle_build\Octopus.Manager.Tentacle\net452 and see that the AnyCPU version is missing
Go to OctopusTentacle_build\Tentacle\net452 and see that the AnyCPU version is missing
Go to OctopusTentacle_build\Tentacle\netcoreapp3.1 and see that the x86 version is missing
Run the 32-bit installer on a 32-bit version of Windows, which shows an error message when it tries to run the Tentacle Manager/Tentacle.
The Bug
Rework of the build process has removed the ability for build.cake to output AnyCPU or 32-bit binaries of Octopus Tentacle and Tentacle Manager. A 32-bit installer is created, but it installs the 64-bit version.
Steps to reproduce