更新 p2pool 到 4.17
Build and Release / release (push) Successful in 38s
Build and Release / build-and-test (amd64) (push) Successful in 24s
Build and Release / build-and-test (arm64) (push) Successful in 14m31s

This commit is contained in:
2026-06-22 18:17:03 +08:00
parent 1f92188b59
commit 34aa4f8c74
5 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -e
# 参数检查
if [ $# -ne 3 ]; then
echo "Usage: $0 <ARCH> <VERSION> <TARGZ_FILE>"
echo "Example: $0 amd64 4.16 p2pool-amd64-linux-static-4.16.tar.gz"
echo "Example: $0 amd64 4.17 p2pool-amd64-linux-static-4.17.tar.gz"
exit 1
fi