This document assumes you have git and docker installed on a Linux distro (tested on Ubuntu 24.04).
Here are the steps needed to build the Livepeer Windows binaries using the pending pull request 3366
git clone git@github.com:mikezupper/go-livepeer.gitgit checkout tasks/livepeer.cloud/add-windows-supportmake docker-windowsmkdir windows-binarydocker run -v ./windows-binary/:/windows-binary <SHA HASH of newly build DOCKER IMAGE> cp livepeer.exe /windows-binary/
The windows-binary folder will have the .exe files needed to run Livepeer on Windows