We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841df47 commit 1ecf560Copy full SHA for 1ecf560
Dockerfile
@@ -28,5 +28,5 @@ RUN printf "[[ -d /shared/bitcoin ]] || \
28
git clone -b \$1 --depth 1 \$2 /shared/bitcoin && \
29
cd /shared/gitian-builder; \
30
./bin/gbuild --skip-image --commit bitcoin=\$1 --url bitcoin=\$2 \$3" > /home/ubuntu/runit.sh
31
-CMD ["v0.12.1-bitcore-3","https://github.com/bitpay/bitcoin.git","../bitcoin/contrib/gitian-descriptors/gitian-osx.yml"]
+CMD ["v0.12.1-bitcore-3","https://github.com/bitpay/bitcoin.git","../bitcoin/contrib/gitian-descriptors/gitian-linux.yml"]
32
ENTRYPOINT ["bash", "/home/ubuntu/runit.sh"]
0 commit comments