Skip to content

Commit

Permalink
add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
tukeJonny committed Sep 3, 2018
1 parent ba6b078 commit 48823cd
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 @@
# .goreleaser.yml
# Build customization
builds:
- main: main.go
binary: mysqlwarmer
goos:
- windows
- darwin
- linux
goarch:
- amd64
- i386

0 comments on commit 48823cd

Please sign in to comment.