From 5d65b69f75d9d812a04b816630295b2169da864b Mon Sep 17 00:00:00 2001 From: Andinus Date: Fri, 27 Mar 2020 13:36:55 +0530 Subject: Remove linux and darwin from build pipeline This will reduce the build time, they can be added later if required. --- build/ci/drone.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/build/ci/drone.yml b/build/ci/drone.yml index 6fc9070..6d68a3f 100644 --- a/build/ci/drone.yml +++ b/build/ci/drone.yml @@ -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 -- cgit 1.4.1-2-gfad0