Scripts for building MK for Linux. The end result is a Docker container where you have all the static libs you need. We use Alpine, which is probably the best solution to produce statically linked Go binaries as needed by OONI for Linux.
Update:
-
the base image in Dockefile
./measurement-kit/download.sh
docker build -t openobservatory/mk-alpine .
docker tag openobservatory/mk-alpine openobservatory/mk-alpine:`date +%Y%m%d`
docker push openobservatory/mk-alpine