Skip to content

Commit

Permalink
updating goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Feb 23, 2018
1 parent effd1c2 commit 93394ed
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
homepage: &homepage https://github.com/gulien/orbit
description: &description A simple tool for running commands and generating files from templates
build:
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
---
project_name: Orbit
builds:
- main: ./orbit.go
binary: orbit
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
archive:
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
Expand All @@ -20,6 +22,7 @@ archive:
windows: Windows
386: i386
amd64: x86_64
format: tar.gz
format_overrides:
- goos: windows
format: zip

0 comments on commit 93394ed

Please sign in to comment.