docker fix 4

This commit is contained in:
t1amak
2025-11-13 18:03:26 +00:00
parent 2956aa4fcd
commit 0f040a2ac0
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM p2pool_build_ubuntu
ARG P2POOL_VERSION
ADD scripts/release/macos_aarch64/p2pool_macos_aarch64.sh /p2pool/
RUN /p2pool/p2pool_macos_aarch64.sh p2pool-${P2POOL_VERSION}-macos-aarch64 ${P2POOL_VERSION}
ADD . /p2pool/
RUN /p2pool/scripts/release/macos_aarch64/p2pool_macos_aarch64.sh p2pool-${P2POOL_VERSION}-macos-aarch64 ${P2POOL_VERSION}