summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-03-27 13:36:55 +0530
committerAndinus <andinus@nand.sh>2020-03-27 13:36:55 +0530
commit5d65b69f75d9d812a04b816630295b2169da864b (patch)
tree0632a1c00faeb99734df56a4c15647c38f3e4ba4
parent22997575f6b56ed7cce48adcd24a36a811fab7bc (diff)
downloadperseus-5d65b69f75d9d812a04b816630295b2169da864b.tar.gz
Remove linux and darwin from build pipeline
This will reduce the build time, they can be added later if required.
-rw-r--r--build/ci/drone.yml16
1 files changed, 0 insertions, 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