Skip to content

Commit

Permalink
Try new formats
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury2269 committed Feb 12, 2020
1 parent d2e4c1b commit e6492a8
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,29 @@ before:
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
main: main.go
binary: sqsmover
goos:
- darwin
- linux
- windows
- freebsd
- openbsd
goarch:
- amd64
- 386
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
archives:
format_overrides:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
checksum:
Expand Down

0 comments on commit e6492a8

Please sign in to comment.