diff options
| author | 2020-01-23 19:50:02 -0500 | |
|---|---|---|
| committer | 2020-01-23 19:50:02 -0500 | |
| commit | f49b447aa96b47bdc3cbcea616403b14ee7339a5 (patch) | |
| tree | 733c801ffcdc1df19ebdf61ac82d1eff2ec2d7e6 /.drone.yml | |
| parent | add 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.yml | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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 |
