改用 musl 全静态构建,零依赖跨发行版
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@ set -e
|
||||
# 参数检查
|
||||
if [ $# -ne 3 ]; then
|
||||
echo "Usage: $0 <ARCH> <VERSION> <TARGZ_FILE>"
|
||||
echo "Example: $0 amd64 0.18.5.0 mond-amd64-ubuntu-0.18.5.0.tar.gz"
|
||||
echo "Example: $0 amd64 0.18.5.0 mond-amd64-linux-static-0.18.5.0.tar.gz"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Vendored
-1
@@ -3,7 +3,6 @@ Version: {{VERSION}}
|
||||
Section: net
|
||||
Priority: optional
|
||||
Architecture: {{ARCH}}
|
||||
Depends: libc6 (>= 2.31)
|
||||
Maintainer: Mond Team <noreply@example.com>
|
||||
Homepage: https://github.com/monero-project/monero
|
||||
Description: Mond cryptocurrency daemon
|
||||
|
||||
Reference in New Issue
Block a user