~dricottone/debs

ref: e48e17746b05871141145561752da0b4c9b32924 debs/README.md -rw-r--r-- 993 bytes
e48e1774Dominic Ricottone Initial commit; does not work 9 months ago

#debs

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.