Remove linux and darwin from build pipeline
continuous-integration/drone/push Build is passing Details

This will reduce the build time, they can be added later if required.
This commit is contained in:
Andinus 2020-03-27 13:36:55 +05:30
parent 22997575f6
commit 5d65b69f75
Signed by: andinus
GPG Key ID: B67D55D482A799FD
1 changed files with 0 additions and 16 deletions

View File

@ -25,19 +25,3 @@ steps:
GOOS: openbsd
commands:
- go build ./cmd/perseus
- name: linux-amd64
image: golang:1.13
environment:
GOARCH: amd64
GOOS: linux
commands:
- go build ./cmd/perseus
- name: darwin-amd64
image: golang:1.13
environment:
GOARCH: amd64
GOOS: darwin
commands:
- go build ./cmd/perseus