This commit is contained in:
goldsquid
2025-08-01 17:57:52 +07:00
parent a332445329
commit 47b531f83f

View File

@@ -258,7 +258,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
cp target/$PROFILE/op-reth /usr/local/bin/op-reth; \ cp target/$PROFILE/op-reth /usr/local/bin/op-reth; \
elif [ "$BUILD_BASE_RETH" = "true" ]; then \ elif [ "$BUILD_BASE_RETH" = "true" ]; then \
echo "Building base-reth-node with flashbots feature" && \ echo "Building base-reth-node with flashbots feature" && \
cargo build --profile $PROFILE --bin base-reth-node --release && \ cargo build --bin base-reth-node --release && \
cp target/$PROFILE/op-reth /usr/local/bin/base-reth-node; \ cp target/$PROFILE/op-reth /usr/local/bin/base-reth-node; \
else \ else \
echo "Building standard reth" && \ echo "Building standard reth" && \