Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRx committed Oct 13, 2020
1 parent 88d2db4 commit cfa1997
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ builds:
- GO111MODULE=on
main: ./cmd/cinder
binary: cinder
goarch:
- "386"
- amd64
- arm64
gcflags:
- all=-trimpath={{.Env.GOPATH}}
asmflags:
Expand All @@ -54,6 +50,7 @@ archives:
windows: Windows
386: i386
amd64: x86_64
allow_different_binary_count: true
nfpms:
- file_name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
package_name: criticalstack
Expand Down

0 comments on commit cfa1997

Please sign in to comment.