Skip to content

Commit

Permalink
Add goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
maruware committed Feb 5, 2022
1 parent bcb64b0 commit fa5a88f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
project_name: http-dump
env:
- GO111MODULE=on
builds:
- main: ./cmd/http-dump
binary: http-dump
ldflags:
- -s -w
- -X main.Version={{.Version}}
- -X main.Revision={{.ShortCommit}}
env:
- CGO_ENABLED=0

0 comments on commit fa5a88f

Please sign in to comment.