添加 Tari Solo 支持
All checks were successful
Build and Release / build-and-test (amd64, alpine) (push) Successful in 18s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in 32s
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in 23s
Build and Release / build-and-test (arm64, alpine) (push) Successful in 1m0s
Build and Release / release (push) Successful in 1m11s

This commit is contained in:
2025-12-05 18:03:10 +08:00
parent 5545b76e0b
commit 782d9e05bb
5 changed files with 414 additions and 2 deletions

View File

@@ -33,6 +33,9 @@ RUN git clone --recursive https://github.com/Bendr0id/xmrigCC.git && \
WORKDIR /xxxigcc
RUN rm -rf ./src/base/tools/cryptonote/BlockTemplate.cpp
COPY ./templates/BlockTemplate.cpp ./src/base/tools/cryptonote/BlockTemplate.cpp
COPY ./init.sh ./init.sh
# 根据目标架构优化编译

View File

@@ -37,6 +37,9 @@ RUN git clone --recursive https://github.com/Bendr0id/xmrigCC.git && \
WORKDIR /xxxigcc
RUN rm -rf ./src/base/tools/cryptonote/BlockTemplate.cpp
COPY ./templates/BlockTemplate.cpp ./src/base/tools/cryptonote/BlockTemplate.cpp
COPY ./init.sh ./init.sh
# 根据目标架构设置编译环境和参数