Skip to content

Commit

Permalink
add releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
po3rin committed Nov 11, 2019
1 parent 29d52f5 commit fe1122b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# .goreleaser.yml
# Build customization
builds:
- main: cmd/gofmtmd/main.go
binary: gofmtmd
goos:
- windows
- darwin
- linux
goarch:
- amd64

0 comments on commit fe1122b

Please sign in to comment.