Build scripts: fixed timestamp setting

This commit is contained in:
SChernykh
2025-07-07 16:17:18 +02:00
parent c5b4e84652
commit 24ac83e88b
27 changed files with 72 additions and 63 deletions

View File

@@ -1,4 +1,4 @@
FROM p2pool_build_ubuntu
ARG P2POOL_VERSION BUILD_TIMESTAMP
ARG P2POOL_VERSION
ADD p2pool_linux_x64.sh /p2pool/
RUN /p2pool/p2pool_linux_x64.sh p2pool-${P2POOL_VERSION}-linux-x64 ${BUILD_TIMESTAMP} ${P2POOL_VERSION}
RUN /p2pool/p2pool_linux_x64.sh p2pool-${P2POOL_VERSION}-linux-x64 ${P2POOL_VERSION}