Skip to content

Commit

Permalink
fix: call xmrig build extra args
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Jan 7, 2022
1 parent aeca91e commit 985eb70
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 @@ -16,7 +16,7 @@ RUN set -ex; \
ARCH=`uname -m` && \
if [ "$ARCH" == "aarch64" ]; then echo "aarch64" && XMRIG_BUILD_EXTRA_ARGS="-DARM_TARGET=7 -DCMAKE_SYSTEM_PROCESSOR=arm"; fi && \
cd xmrig/scripts && ./build_deps.sh && cd ../build && \
cmake .. $XMRIG_BUILD_ARGS &XMRIG_BUILD_EXTRA_ARGS && \
cmake .. $XMRIG_BUILD_ARGS $XMRIG_BUILD_EXTRA_ARGS && \
make -j$(nproc)

FROM alpine:3.15
Expand Down

0 comments on commit 985eb70

Please sign in to comment.