Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from keylockerbv/goreleaser
Browse files Browse the repository at this point in the history
Added Goreleaser config
  • Loading branch information
florisvdg authored Mar 11, 2019
2 parents 6ea1065 + 7d55bb2 commit d1421ee
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
project_name: secrethub-proxy

builds:
- binary: "{{ .ProjectName }}"
main: ./cmd/secrethub-proxy/main.go
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- 386

archive:
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
replacements:
darwin: macOS
files:
# Only archive the binary
- none*

0 comments on commit d1421ee

Please sign in to comment.