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}..." \
74
74
&& echo " flags: -external-libsodium-vrf" >> cabal.project.local \
75
75
&& cabal build all \
76
76
&& 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/ \
79
79
&& rm -rf /root/.cabal/packages \
80
80
&& rm -rf /usr/local/lib/ghc-8.10.7/ /usr/local/share/doc/ghc-8.10.7/ \
81
81
&& rm -rf /cardano-node/dist-newstyle/ \
You can’t perform that action at this time.
0 commit comments