diff options
| author | 2020-03-31 11:17:43 -0400 | |
|---|---|---|
| committer | 2020-03-31 11:17:43 -0400 | |
| commit | 3009d012e489fa7fbe7baa16cc56bca66b1e985d (patch) | |
| tree | 988b8941d7da4579ceb6d02108a1ace2b4a70ffb | |
| parent | disable windows and darwin builds (diff) | |
ci: static builds only pls
| -rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ name: default common: &common image: golang:alpine commands: - - go build -v -o "${DRONE_REPO_NAME}-$${GOOS}-$${GOARCH}" -ldflags "-s -w" + - CGO_ENABLED=0 go build -v -o "${DRONE_REPO_NAME}-$${GOOS}-$${GOARCH}" -ldflags "-s -w" steps: - name: prepare-templates |
