removed netbsd-amd64 from drone pipeline
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Paul 2020-05-24 18:43:54 +02:00
parent 6f03ad69cd
commit 784baa221d

View File

@ -59,34 +59,3 @@ steps:
- sha512 - sha512
when: when:
event: tag event: tag
---
kind: pipeline
type: docker
name: default-netbsd-amd64
steps:
- name: packr2
image: golang
commands:
- go get github.com/gobuffalo/packr/v2/packr2
- go build -o packr2 github.com/gobuffalo/packr/v2/packr2
- name: build
image: golang
commands:
- ./ci-build.sh build
environment:
GOOS: netbsd
GOARCH: amd64
- name: release
image: plugins/gitea-release
settings:
base_url: https://git.paulbsd.com
api_key:
from_secret: gitea_token
files: "*.tar.gz"
checksum:
- sha256
- sha512
when:
event: tag