Files
eiblog/scripts/run_build.sh
2023-05-25 16:06:31 +08:00

4 lines
98 B
Bash
Executable File

#!/usr/bin/env sh
go build -tags prod -ldflags '-extldflags "-static"' -o bin/backend "./cmd/$1"