Skip to content

Commit

Permalink
integrate with goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
avenwu committed Jan 18, 2018
1 parent c5c23e8 commit 64fc7a5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions deleteBuild/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Build customization
project_name: deleteBuild
builds:
- main: main.go
binary: deleteBuild
goos:
- windows
- darwin
- linux
goarch:
- amd64
# Archive customization
archive:
format: tar.gz
replacements:
amd64: 64-bit
darwin: macOS
Binary file removed deleteBuild/deleteBuild
Binary file not shown.

0 comments on commit 64fc7a5

Please sign in to comment.