Skip to content

Commit

Permalink
testing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 24, 2018
1 parent ea3670a commit e59d7c0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# .goreleaser.yml
# Build customization
builds:
- main: main.go
binary: tfswitch
goos:
- windows
- darwin
- linux
goarch:
- amd64
# Archive customization
archive:
format: tar.gz
replacements:
amd64: 64-bit
darwin: macOS
linux: Tux

0 comments on commit e59d7c0

Please sign in to comment.