Skip to content

Commit be00aff

Browse files
committed
fix: Fix github actions failed
1 parent 0432c1c commit be00aff

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

27/alpine/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ RUN make install
8585
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-cli
8686
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-tx
8787
RUN strip ${BITCOIN_PREFIX}/bin/bitcoind
88-
RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.a
89-
RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.so.0.0.0
9088

9189
# Build stage for compiled artifacts
9290
FROM alpine

28/alpine/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ RUN make install
8585
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-cli
8686
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-tx
8787
RUN strip ${BITCOIN_PREFIX}/bin/bitcoind
88-
RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.a
89-
RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.so.0.0.0
9088

9189
# Build stage for compiled artifacts
9290
FROM alpine

0 commit comments

Comments
 (0)