This was an attempt to build deb packages for Go programs.
References:
I had hoped that it would be as simple as:
docker run --rm \
--mount type=bind,src=$(pwd)/src,dst=/build/src \
--mount type=bind,src=$(pwd)/pkg,dst=/build/pkg \
registry.intra.dominic-ricottone.com/debbuilder:latest \
golang-github-slymarbo-rss
It made an equivs folder but froze after that. Not really sure what went wrong.