lbry-docker/lbrynet/linux-x86_64-compiler
2019-04-23 21:07:38 -04:00
..
Dockerfile Three stage Dockerfile for lbrynet ARM and X86_64 2019-04-23 21:07:38 -04:00
README.md Adding what I had in the lbryio/lbry PR 2019-04-22 20:10:07 +00:00
start.sh Three stage Dockerfile for lbrynet ARM and X86_64 2019-04-23 21:07:38 -04:00

x86_64-compiler

This container's goal is to make CI/CD easier for everyone, Travis CI, GitlabCI, Jenkins... Your desktop's docker equipped development environment.

Example Usage

build the x86_64 bin

  • docker build --tag lbryio/lbrynet:x86_64-compiler .

export compiled bin to local /target

This containers sole purpose is to build and spit out the x86_64 binary.

  • docker run --rm -ti -v $(pwd)/target:/target lbryio/lbrynet:x86_64-compiler