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 4549523 commit 55c31b8Copy full SHA for 55c31b8
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 ["2017_2m_blocksize_v2","https://github.com/btc1/bitcoin.git","../bitcoin/contrib/gitian-descriptors/gitian-linux.yml"]
+CMD ["segwit2x","https://github.com/btc1/bitcoin.git","../bitcoin/contrib/gitian-descriptors/gitian-linux.yml"]
32
ENTRYPOINT ["bash", "/home/ubuntu/runit.sh"]
0 commit comments