Private
Public Access
1
0

Build tools
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-08 22:09:31 -07:00
parent a89579f072
commit aeac7f1a39
7 changed files with 177 additions and 115 deletions

18
.goreleaser.yml Normal file
View File

@@ -0,0 +1,18 @@
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}}