Skip to content

Commit

Permalink
Reduce Parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
Impa10r committed Feb 6, 2025
1 parent 5b99618 commit 9690844
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 @@ -12,7 +12,7 @@ WORKDIR /app

COPY . .

RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} make -j$(nproc) install-lnd && \
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} make -j2 install-lnd && \
git clone https://github.com/ElementsProject/peerswap.git && \
cd peerswap && \
git checkout $COMMIT && \
Expand Down

0 comments on commit 9690844

Please sign in to comment.