Skip to content

Commit

Permalink
Goreleaser config extended with targets explicitly set
Browse files Browse the repository at this point in the history
  • Loading branch information
peteraba committed Jun 14, 2020
1 parent 8538a16 commit da8ec7c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ before:
builds:
- env:
- CGO_ENABLED=0
- goos:
- android
- darwin
- freebsd
- linux
- netbsd
- openbsd
- plan9
- solaris
- windows
- goarch:
- 386
- amd64
- arm
- arm64
- goarm:
- 6
- 7
archives:
- replacements:
darwin: Darwin
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"sync"
)

const version = "0.4.0"
const version = "0.4.1"

func getFlags() (bool, int, bool, string, string, bool) {
var (
Expand Down

0 comments on commit da8ec7c

Please sign in to comment.