feat: 更新版本号至 v4.14,调整相关文档和配置示例
All checks were successful
Build and Release / build-and-test (amd64, alpine) (push) Successful in 8m40s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in -1m7s
Build and Release / build-and-test (arm64, alpine) (push) Successful in 5m48s
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in -11s
Build and Release / release (push) Successful in -36s

This commit is contained in:
2026-03-02 09:56:13 +08:00
parent 676984ba8e
commit e4f8a390bb
4 changed files with 43 additions and 7 deletions

2
debian/build-deb.sh vendored
View File

@@ -4,7 +4,7 @@ set -e
# 参数检查
if [ $# -ne 3 ]; then
echo "Usage: $0 <ARCH> <VERSION> <TARGZ_FILE>"
echo "Example: $0 amd64 v4.12 p2pool-amd64-ubuntu-v4.12.tar.gz"
echo "Example: $0 amd64 v4.14 p2pool-amd64-ubuntu-v4.14.tar.gz"
exit 1
fi