mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
3 lines
96 B
Bash
Executable File
3 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
env GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o edge-admin main.go |