1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-09 18:29:18 +00:00

feat: Add git hooks to enforce universal binary builds and improve CPU metric calculation.

This commit is contained in:
Tw93
2025-12-22 16:30:22 +08:00
parent d2dc68da90
commit 87fdd26272
8 changed files with 127 additions and 9 deletions

View File

@@ -4,8 +4,6 @@
set -euo pipefail
export CGO_ENABLED=0
cd "$(dirname "$0")/.."
if ! command -v go > /dev/null 2>&1; then