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
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:
@@ -48,14 +48,14 @@ sudo systemctl enable --now p2pool.service
|
||||
# Alpine 构建(推荐,体积更小)
|
||||
docker buildx build --pull \
|
||||
--platform linux/amd64 \
|
||||
--build-arg P2POOL_VERSION=v4.15 \
|
||||
--build-arg P2POOL_VERSION=v4.15.1 \
|
||||
--output type=local,dest=./output \
|
||||
-f docker/Dockerfile.alpine .
|
||||
|
||||
# Ubuntu 构建
|
||||
docker buildx build --pull \
|
||||
--platform linux/amd64 \
|
||||
--build-arg P2POOL_VERSION=v4.15 \
|
||||
--build-arg P2POOL_VERSION=v4.15.1 \
|
||||
--output type=local,dest=./output \
|
||||
-f docker/Dockerfile.ubuntu .
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user