summaryrefslogtreecommitdiffhomepage
path: root/.drone.yml
diff options
context:
space:
mode:
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