Skip to content

Commit

Permalink
set specific release targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed May 11, 2020
1 parent d1e733f commit b017a67
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ builds:
binary: bin/{{ .ProjectName }}
goos:
- darwin
- freebsd
- linux
- netbsd
- solaris
- windows
goarch:
- amd64
Expand All @@ -22,12 +19,16 @@ builds:
- 5
- 6
- 7
ignore:
# TODO: add freebsd/arm support to gopsutil
- goos: freebsd
goarch: arm
- goos: freebsd
goarch: arm64
targets:
- darwin_amd64
- linux_386
- linux_amd64
- linux_arm_5
- linux_arm_6
- linux_arm_7
- linux_arm64
- windows_386
- windows_amd64

checksum:
# You can change the name of the checksums file.
Expand Down

0 comments on commit b017a67

Please sign in to comment.