summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2020-03-31 11:17:43 -0400
committerChloe Kudryavtsev <toast@toast.cafe>2020-03-31 11:17:43 -0400
commit3009d012e489fa7fbe7baa16cc56bca66b1e985d (patch)
tree988b8941d7da4579ceb6d02108a1ace2b4a70ffb
parentdisable windows and darwin builds (diff)
ci: static builds only pls
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 534880d..aa24159 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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