deploy: b90bbe2b942a82a234dc4bf1dafe0586900c6612

This commit is contained in:
jakubgs 2022-10-05 20:05:57 +00:00
parent 4bb0a199a7
commit ab326a96c9

View File

@ -25,7 +25,7 @@ COPY . .
RUN git submodule update --init --recursive
# Slowest build step for the sake of caching layers
RUN make -j$(nproc) deps
RUN make -j$(nproc) deps RLN="$RLN"
# Build the final node binary
RUN make -j$(nproc) $MAKE_TARGET NIMFLAGS="$NIMFLAGS" RLN="$RLN"