File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ RUN echo "Building tags/${NODE_VERSION}..." \
7474 && echo " flags: -external-libsodium-vrf" >> cabal.project.local \
7575 && cabal build all \
7676 && mkdir -p /root/.local/bin/ \
77- && cp -p dist-newstyle/build/x86_64 -linux/ghc-$GHC_VERSION/cardano-node-${NODE_VERSION}/x/cardano-node/build/cardano-node/cardano-node /root/.local/bin/ \
78- && cp -p dist-newstyle/build/x86_64 -linux/ghc-$GHC_VERSION/cardano-cli-${NODE_VERSION}/x/cardano-cli/build/cardano-cli/cardano-cli /root/.local/bin/ \
77+ && cp -p dist-newstyle/build/$(uname -m) -linux/ghc-$GHC_VERSION/cardano-node-${NODE_VERSION}/x/cardano-node/build/cardano-node/cardano-node /root/.local/bin/ \
78+ && cp -p dist-newstyle/build/$(uname -m) -linux/ghc-$GHC_VERSION/cardano-cli-${NODE_VERSION}/x/cardano-cli/build/cardano-cli/cardano-cli /root/.local/bin/ \
7979 && rm -rf /root/.cabal/packages \
8080 && rm -rf /usr/local/lib/ghc-8.10.7/ /usr/local/share/doc/ghc-8.10.7/ \
8181 && rm -rf /cardano-node/dist-newstyle/ \
You can’t perform that action at this time.
0 commit comments