Scripts to build release binaries without Github CI (WIP)

This commit is contained in:
SChernykh
2025-06-29 11:45:12 +02:00
parent 436b39c6b1
commit db572ce9d8
26 changed files with 359 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
FROM p2pool_build_ubuntu
ARG P2POOL_VERSION BUILD_TIMESTAMP
ADD p2pool.tar p2pool_linux_riscv64.sh /p2pool/
RUN /p2pool/p2pool_linux_riscv64.sh p2pool-${P2POOL_VERSION}-linux-riscv64 ${BUILD_TIMESTAMP}