3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-21 19:39:43 +01:00

Try building for 32bit systems

This commit is contained in:
Daniel Oaks 2018-04-12 13:13:52 +10:00
parent 27c575e191
commit 73613679af

View File

@ -10,6 +10,7 @@ builds:
- darwin
- linux
goarch:
- "386"
- amd64
- arm
- arm64
@ -21,6 +22,8 @@ builds:
goarch: arm
- goos: darwin
goarch: arm
- goos: darwin
goarch: 386
- goos: freebsd
goarch: arm
- goos: freebsd
@ -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: