Skip to content

Instantly share code, notes, and snippets.

@mikezupper
Last active December 29, 2025 16:29
Show Gist options
  • Select an option

  • Save mikezupper/e1559f82a468b6b482e1edd679a3c02e to your computer and use it in GitHub Desktop.

Select an option

Save mikezupper/e1559f82a468b6b482e1edd679a3c02e to your computer and use it in GitHub Desktop.
Unofficial: How to build Livepeer for Windows

Livepeer Windows build using Docker

Prerequisites

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

  1. git clone git@github.com:mikezupper/go-livepeer.git
  2. git checkout tasks/livepeer.cloud/add-windows-support
  3. make docker-windows
  4. mkdir windows-binary
  5. docker 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment