I want to build python pex’s or go binaries for de...
# general
b
I want to build python pex’s or go binaries for debian docker images from a mac, but also from CI. Feels like I should be using docker for this. What’s the “best practice” pants way of building for different architectures? Should I be loading the whole repo into a python-specific docker image and building just the python stuff? Same question goes for go, npm based stuff and I assume more.