Files
ArmedPolice/build_linux.sh

4 lines
272 B
Bash
Raw Permalink Normal View History

2021-11-02 09:43:19 +08:00
#!/usr/bin/env bash
set -e
2021-11-02 16:22:07 +08:00
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags release -ldflags "-X 'main.buildDateTime=$(date '+%Y-%m-%d %H:%M:%S')' -X 'main.gitCommitCode=$(git rev-list --full-history --all --abbrev-commit --max-count 1)' -s -w" -o ArmedPolice main.go