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
2022-04-13 21:00:32 +02:00

3 lines
No EOL
113 B
Bash
Executable file

#!/usr/bin/env bash
CGO_ENABLED=0 go build -trimpath -ldflags "-w -s" -installsuffix cgo -o dist/kreaper main.go