feat: 更新 Monero 版本至 v0.18.4.6,并调整相关文档和脚本
All checks were successful
Build and Release Mond / build-and-test (arm64) (push) Successful in -17s
Build and Release Mond / build-and-test (amd64) (push) Successful in -1m16s
Build and Release Mond / release (push) Successful in -1m6s

This commit is contained in:
2026-03-14 16:42:07 +08:00
parent 1faa92266e
commit 2862374985
5 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ on:
env:
DOCKER_BUILDKIT: "1"
PRODUCT_NAME: "mond"
MONERO_VERSION: "v0.18.4.5"
MONERO_VERSION: "v0.18.4.6"
BUILDX_NO_DEFAULT_ATTESTATIONS: "1"
jobs:

View File

@@ -34,10 +34,10 @@ sudo apt-get install mond
```bash
# 1. 下载对应架构的包
wget https://gitea.bcde.io/releases/download/v0.18.4.5/mond-amd64-ubuntu-v0.18.4.5.tar.gz
wget https://gitea.bcde.io/releases/download/v0.18.4.6/mond-amd64-ubuntu-v0.18.4.6.tar.gz
# 2. 解压
tar -xzf mond-amd64-ubuntu-v0.18.4.5.tar.gz
tar -xzf mond-amd64-ubuntu-v0.18.4.6.tar.gz
# 3. 运行
./mond --help

2
debian/build-deb.sh vendored
View File

@@ -4,7 +4,7 @@ set -e
# 参数检查
if [ $# -ne 3 ]; then
echo "Usage: $0 <ARCH> <VERSION> <BINARY_DIR>"
echo "Example: $0 amd64 0.18.4.5 build/Linux/release/bin"
echo "Example: $0 amd64 0.18.4.6 build/Linux/release/bin"
exit 1
fi

2
debian/postinst vendored
View File

@@ -122,7 +122,7 @@ CONF
fi
# Set permissions on binary
chown root:mond /opt/mond/mond
chown root:root /opt/mond/mond
chmod 755 /opt/mond/mond
# Reload systemd and handle service restart on upgrade

View File

@@ -41,7 +41,7 @@ RUN apt-get update && apt-get install -y \
FROM base AS build
ARG MONERO_VERSION=v0.18.4.5
ARG MONERO_VERSION=v0.18.4.6
ARG TARGETARCH
ARG BUILDPLATFORM
ARG TARGETPLATFORM