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

Commit

Permalink
format goreleaser yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppiah7890 committed Dec 23, 2020
1 parent a40e444 commit 42f3fe9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip

0 comments on commit 42f3fe9

Please sign in to comment.