Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Add goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jun 26, 2017
1 parent 1ff4f13 commit 8877aa3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions goreleaser.yml
@@ -0,0 +1,20 @@
# goreleaser.yml
# Build customization
build:
main: main.go
binary: flora-kit
goos:
- windows
- darwin
- linux
goarch:
- amd64
# Archive customization
archive:
format: tar.gz
replacements:
amd64: 64-bit
darwin: macOS
files:
README.md
LICENSE

0 comments on commit 8877aa3

Please sign in to comment.