Static build linux

Hello guys,
can anyone suggest how to make static build from source (including python, etc.)?
I need to get same build binaries like available to download but for i386.

Hi @aero-108,

Sorry for the late reply - we build our binaries on our CI infrastructure, so this should give you an idea how to proceed: https://github.com/mitmproxy/mitmproxy/blob/master/.travis.yml#L86-L90 :slight_smile: