Skip to content

Commit

Permalink
fix: build using portable features (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Mar 24, 2024
1 parent aae855b commit 54750ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN echo "Building tags/${MITHRIL_VERSION}..." \
&& git clone https://github.com/input-output-hk/mithril.git --depth 1 -b ${MITHRIL_VERSION} \
&& cd mithril \
&& git checkout tags/${MITHRIL_VERSION} \
&& cargo build --release -p mithril-client-cli
&& cargo build --features portable --release -p mithril-client-cli

FROM debian:bookworm-slim as mithril-client
COPY --from=rustbuilder /code/mithril/target/release/mithril-client /bin/
Expand Down

0 comments on commit 54750ab

Please sign in to comment.