chore(自动构建): 自动构建
All checks were successful
/ build (push) Successful in 36s

This commit is contained in:
2025-12-24 22:27:26 +08:00
parent d4e2f6dacc
commit 2066184ffd
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o release/alive_amd64.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" alive.go
GOOS=windows GOARCH=arm64 CGO_ENABLED=0 go build -o release/alive_arm64.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" alive.go