Skip to content

Commit

Permalink
inits Goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hausenblas <[email protected]>
  • Loading branch information
mhausenblas committed May 11, 2020
1 parent f0d9762 commit 01e0d67
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
project_name: cinf
release:
github:
owner: mhausenblas
name: cinf
builds:
- id: cinf
goos:
- linux
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
- GO111MODULE=on
main: .
archives:
- id: cinf
builds:
- cinf
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"

0 comments on commit 01e0d67

Please sign in to comment.