| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add make run target for local testing | Raúl Benencia | 13 days | 1 | -1/+4 |
| | | |||||
| * | Add release workflow with reproducible builds | Raúl Benencia | 13 days | 1 | -5/+7 |
| | | | | | | | | | | | | | Adds .github/workflows/release.yml triggered on v* tags. Builds linux/amd64 and linux/arm64 with -trimpath, CGO_ENABLED=0, and SOURCE_DATE_EPOCH set from the tag commit — the three flags required for Debian-compatible reproducible Go builds. Uploads binaries and a sha256sums.txt to the GitHub Release via softprops/action-gh-release. Wires a version variable in main.go (defaulting to "dev") that is stamped at build time via -ldflags "-X main.version=<tag>". The Makefile gains the same flags for local builds (VERSION ?= dev). | ||||
| * | feat: support custom parameters in integ_test | Raul Benencia | 2023-04-19 | 1 | -1/+1 |
| | | |||||
| * | make build productions binaries (#5) | Steven Bakker | 2020-03-31 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | * added production build commands in make * Small spelling error :-( but fixed it * style: changed flags into single variable that can be used mutible times * Read comment more better made it even better ;-) * learn to test and not rush things * Rename LDFLAG to LDFLAGS LDFLAGS is idiomatic. Co-authored-by: Raul Benencia <raul@thousandeyes.com> | ||||
| * | Add scdoc manpage | Raúl Benencia | 2019-01-08 | 1 | -1/+10 |
| | | |||||
| * | First public commit | Raúl Benencia | 2018-05-11 | 1 | -0/+15 |
