Files
ArmedPolice/build_linux.sh
2021-11-02 16:22:07 +08:00

4 lines
272 B
Bash
Executable File

#!/usr/bin/env bash
set -e
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