Skip to content

Commit

Permalink
fix: rm code
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev authored Sep 4, 2024
1 parent 95cb3bc commit fd6c7a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ RUN git clone --single-branch --depth 1 --branch="$XMRIG_VERSION" "$XMRIG_URL" \
&& cd scripts \
&& ./build_deps.sh \
&& cd ../build \
&& if [[ "$(uname -m)" == *"aarch64"* ]]; then XMRIG_BUILD_ARGS="$XMRIG_BUILD_ARGS -DWITH_HWLOC=OFF -DCMAKE_SYSTEM_PROCESSOR=arm"; fi \
&& cmake .. "$XMRIG_BUILD_ARGS" \
&& cmake .. $XMRIG_BUILD_ARGS \
&& make -j$(nproc)

# Stage 2: Copy XMRig binary into a smaller image
Expand Down

0 comments on commit fd6c7a3

Please sign in to comment.