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