Skip to content

Commit

Permalink
goreleaser integration
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jan 8, 2018
1 parent 6047de8 commit 01d9133
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# .goreleaser.yml
# Build customization
builds:
- binary: om
main: ./cmd/mobile/main.go
goos:
- windows
- darwin
- linux
goarch:
- amd64
archive:
format: tar.gz

0 comments on commit 01d9133

Please sign in to comment.