The Dockerfile-compiler-linux is for building lbrynet for any architecture supported by an Ubuntu 18.04 base image.
docker run --rm --privileged multiarch/qemu-user-static:register
docker build -t lbrynet -f Dockerfile-compiler-linux .
docker build -t lbrynet-armhf -f Dockerfile-compiler-linux --build-arg BASE_IMAGE=multiarch/ubuntu-core:armhf-bionic .
docker build -t lbrynet-arm64 -f Dockerfile-compiler-linux --build-arg BASE_IMAGE=multiarch/ubuntu-core:arm64-bionic .
Content type
Image
Digest
Size
45.1 MB
Last updated
over 7 years ago
docker pull enigmacurry/lbry-docker:lbrynet