添加对 Tari Solo 的支持
All checks were successful
Build and Release / build-and-test (amd64, alpine) (push) Successful in 23s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in 30s
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in 59s
Build and Release / build-and-test (arm64, alpine) (push) Successful in 1m5s
Build and Release / release (push) Has been skipped

This commit is contained in:
2025-12-05 17:52:59 +08:00
parent 7428b5849f
commit c668992623
4 changed files with 413 additions and 39 deletions

View File

@@ -32,6 +32,9 @@ RUN git clone --recursive https://github.com/Bendr0id/xmrigcc-proxy.git && \
WORKDIR /xxxigcc-proxy
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

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