Skip to content

Commit

Permalink
Try building for 32bit systems
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOaks committed Apr 12, 2018
1 parent 27c575e commit 7361367
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ builds:
- darwin
- linux
goarch:
- "386"
- amd64
- arm
- arm64
Expand All @@ -21,6 +22,8 @@ builds:
goarch: arm
- goos: darwin
goarch: arm
- goos: darwin
goarch: 386
- goos: freebsd
goarch: arm
- goos: freebsd
Expand All @@ -29,6 +32,7 @@ archive:
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format: tar.gz
replacements:
386: i386
amd64: x64
darwin: osx
format_overrides:
Expand Down

0 comments on commit 7361367

Please sign in to comment.