This repository was archived by the owner on Nov 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -817,7 +817,16 @@ jobs:
817817 EOF
818818 ENV LANG=en_US.UTF-8
819819 WORKDIR /chainweb
820- COPY chainweb/* .
820+ COPY chainweb/chainweb-node .
821+ COPY chainweb/b64 .
822+ COPY chainweb/compact .
823+ COPY chainweb/README.md .
824+ COPY chainweb/CHANGELOG.md .
825+ COPY chainweb/LICENSE .
826+ COPY chainweb/chainweb.cabal .
827+ COPY chainweb/cabal.project .
828+ COPY chainweb/cabal.project.local .
829+ COPY chainweb/cabal.project.freeze .
821830 STOPSIGNAL SIGTERM
822831 ENTRYPOINT [ "/chainweb/chainweb-node" ]
823832 DEOF
Original file line number Diff line number Diff line change 11cabal-version : 3.8
22
33name : cwtools
4- version : 2.31.2
4+ version : 2.32.0
55synopsis : A collection of various tools for Chainweb users and developers.
66description : A collection of various tools for Chainweb users and developers.
77homepage : https://github.com/kadena-io/chainweb
@@ -17,7 +17,6 @@ build-type: Simple
1717tested-with :
1818 GHC == 9.10
1919 GHC == 9.8
20- GHC == 9.6
2120
2221extra-source-files :
2322 README.md
Original file line number Diff line number Diff line change 11cabal-version : 3.8
22
33name : chainweb-node
4- version : 2.31.2
4+ version : 2.32.0
55synopsis : A Proof-of-Work Parallel-Chain Architecture for Massive Throughput
66description : A Proof-of-Work Parallel-Chain Architecture for Massive Throughput.
77homepage : https://github.com/kadena-io/chainweb
@@ -17,7 +17,6 @@ build-type: Custom
1717tested-with :
1818 GHC == 9.10
1919 GHC == 9.8
20- GHC == 9.6
2120
2221extra-source-files :
2322 CHANGELOG.md
You can’t perform that action at this time.
0 commit comments