Skip to content

Commit

Permalink
goreleaser config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pbar1 committed Jul 24, 2020
1 parent 4570a4f commit b2448b1
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ builds:
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}

archive:
format: binary
replacements:
darwin: macOS
linux: Linux
windows: Windows
amd64: x86_64
files:
- none*
archives:
-
format: binary
replacements:
darwin: macOS
linux: Linux
windows: Windows
amd64: x86_64
files:
- none*

release:
prerelease: auto
Expand All @@ -48,7 +49,8 @@ dockers:
-
goos: linux
goarch: amd64
binary: mfaws
binaries:
- mfaws
dockerfile: build/package/Dockerfile
image_templates:
- "pbar1/{{ .ProjectName }}:{{ .Tag }}"
Expand Down

0 comments on commit b2448b1

Please sign in to comment.