Private
Public Access
1
0
Files
data-api/.goreleaser.yml
Ask Bjørn Hansen 058531c362
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Update Go and dependencies
2024-12-27 17:38:58 -08:00

21 lines
348 B
YAML

version: 2
before:
# we don't want this in the CI environment
#hooks:
# - go mod tidy
# - go generate ./...
builds:
- main: ./
id: data-api
binary: data-api
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
ldflags:
- -s -w
- -X go.ntppool.org/common/version.VERSION={{.Version}}