summaryrefslogtreecommitdiffhomepage
path: root/.drone.yml
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2020-01-23 19:50:02 -0500
committerChloe Kudryavtsev <toast@toast.cafe>2020-01-23 19:50:02 -0500
commitf49b447aa96b47bdc3cbcea616403b14ee7339a5 (patch)
tree733c801ffcdc1df19ebdf61ac82d1eff2ec2d7e6 /.drone.yml
parentadd support for config files (diff)
disable windows and darwin builds
libuconf supports neither yet. old binaries will remain available.
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.drone.yml b/.drone.yml
index a592c1c..534880d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -50,17 +50,17 @@ steps:
GOOS: openbsd
GOARCH: amd64
-- name: build-windows-amd64
- <<: *common
- environment:
- GOOS: windows
- GOARCH: amd64
+#- name: build-windows-amd64
+# <<: *common
+# environment:
+# GOOS: windows
+# GOARCH: amd64
-- name: build-darwin-amd64
- <<: *common
- environment:
- GOOS: darwin
- GOARCH: amd64
+#- name: build-darwin-amd64
+# <<: *common
+# environment:
+# GOOS: darwin
+# GOARCH: amd64
- name: test
image: golang:alpine