mirror of
https://github.com/lostvip-com/ruoyi-go.git
synced 2025-09-27 04:15:58 +08:00
5 lines
139 B
Bash
5 lines
139 B
Bash
#!/bin/sh
|
|
export GOPROXY=https://goproxy.cn,direct \
|
|
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 \
|
|
go build -ldflags "-w -s" -o main main.go
|