This repository has been archived on 2023-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
kreaper/scripts/build.sh

3 lines
113 B
Bash
Raw Normal View History

2022-04-13 19:00:32 +00:00
#!/usr/bin/env bash
CGO_ENABLED=0 go build -trimpath -ldflags "-w -s" -installsuffix cgo -o dist/kreaper main.go