updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Paul 2020-05-21 21:28:39 +02:00
parent 316da3abc3
commit cfbf667f42

View File

@ -19,7 +19,7 @@ steps:
- mkdir build
when:
event: tag
- name: build
- name: build-linux-amd64
image: golang
commands:
- go build -o build/go-check-plugins-$DRONE_TAG-$GOOS-$GOARCH
@ -28,7 +28,7 @@ steps:
GOARCH: amd64
when:
event: tag
- name: build
- name: build-linux-arm64
image: golang
commands:
- go build -o build/go-check-plugins-$DRONE_TAG-$GOOS-$GOARCH
@ -37,7 +37,7 @@ steps:
GOARCH: arm64
when:
event: tag
- name: build
- name: build-linux-arm
image: golang
commands:
- go build -o build/go-check-plugins-$DRONE_TAG-$GOOS-$GOARCH
@ -46,7 +46,7 @@ steps:
GOARCH: arm
when:
event: tag
- name: build
- name: build-netbsd-amd64
image: golang
commands:
- go build -o build/go-check-plugins-$DRONE_TAG-$GOOS-$GOARCH