feat: add gdu static musl build + generalize publish_release.py
gdu static musl build / build-and-release (push) Failing after 39s
iperf3 static musl build / build-and-release (push) Successful in 20s

This commit is contained in:
Hermes Agent
2026-05-07 23:31:59 +00:00
parent 8cbc66227f
commit 37968e48fc
5 changed files with 132 additions and 3 deletions
+4 -3
View File
@@ -93,10 +93,11 @@ def main() -> int:
if missing:
raise SystemExit(f"missing files: {', '.join(missing)}")
tag = f"iperf3-v{version}"
title = f"iperf3 {version}"
tool = os.environ.get("TOOL", "iperf3")
tag = f"{tool}-v{version}"
title = f"{tool} {version}"
body = (
f"Static musl build for iperf3 {version}.\\n\\n"
f"Static musl build for {tool} {version}.\\n\\n"
f"Repository: {owner}/{repo}\\n"
f"Commit: {target}"
)