Build tools
continuous-integration/drone/push Build is passing

This commit is contained in:
ask
2023-07-08 22:09:31 -07:00
parent a89579f072
commit aeac7f1a39
7 changed files with 177 additions and 115 deletions
+18
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}}