export GOOS=linux export GOARCH=amd64 # 构建目标 build: go build -ldflags="-s -w" -o aiproxy .