Skip to content

Commit

Permalink
Merge pull request #288 from redhatrises/use_goreleaser
Browse files Browse the repository at this point in the history
Use GORELEASER
  • Loading branch information
shawndwells committed Jun 11, 2018
2 parents dba6b2f + b245899 commit 57dff90
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
builds:
- binary: compliance-masonry
main: ./masonry-go.go ./diff.go
ldflags: -s -w -X github.com/opencontrol/compliance-masonry/version.Version={{.Version}}
env:
- CGO_ENABLED=0
goos:
- windows
- darwin
- linux
goarch:
- 386
- amd64
- arm
- arm64

nfpm:
homepage: https://github.com/opencontrol/compliance-masonry
license: CC0 1.0
formats:
- deb
- rpm

brew:
name: oscalkit
github:
owner: opencontrol
name: homebrew-oscalkit
commit_author:
name: OpenControl
email: [email protected]
homepage: https://github.com/opencontrol/compliance-masonry

0 comments on commit 57dff90

Please sign in to comment.