Skip to content

Commit

Permalink
goreleaser.yml: specific goos, goarch
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1ra24 committed Feb 8, 2020
1 parent b22a28b commit 995e398
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ builds:
- -X main.Version={{.Version}}
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}_v{{ .Version }}'
replacements:
Expand Down

0 comments on commit 995e398

Please sign in to comment.