diff --git a/.goreleaser.yml b/.goreleaser.yml index ed1192f..ce66457 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -3,7 +3,7 @@ builds: - # First Build env: - CGO_ENABLED=0 - main: main.go template.go + main: . # Set the binary output location to bin/ so archive will comply with Sensu Go Asset structure binary: bin/{{ .ProjectName }} goos: @@ -27,7 +27,6 @@ builds: - goos: freebsd goarch: arm - checksum: # You can change the name of the checksums file. # Default is `{{ .ProjectName }}_{{ .Version }}_checksums.txt`. diff --git a/README.md b/README.md index 0cb027e..56aca3b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Sensu Go webex Handler + [![Bonsai Asset Badge](https://img.shields.io/badge/Sensu%20Go%20Webex%20Teams%20Handler-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/johntdyer/sensu-webex-handler) ![Build Status](https://travis-ci.com/johntdyer/sensu-webex-handler.svg?branch=master) ![Go Report Card](https://goreportcard.com/badge/github.com/johntdyer/sensu-webex-handler)