feat: 更新版本号至 v4.15.1,调整相关文档和构建脚本示例
Build and Release / build-and-test (arm64, alpine) (push) Successful in -56s
Build and Release / build-and-test (amd64, alpine) (push) Successful in -2m41s
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in -38s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in -2m30s
Build and Release / release (push) Successful in -2m2s

This commit is contained in:
2026-05-11 18:22:10 +08:00
parent 2599d203bb
commit b222b802bf
3 changed files with 4 additions and 4 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 v4.15 p2pool-amd64-ubuntu-v4.15.tar.gz"
echo "Example: $0 amd64 v4.15.1 p2pool-amd64-ubuntu-v4.15.1.tar.gz"
exit 1
fi