forked from External/ergo
Try building for 32bit systems
This commit is contained in:
parent
27c575e191
commit
73613679af
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ builds:
|
||||||
- darwin
|
- darwin
|
||||||
- linux
|
- linux
|
||||||
goarch:
|
goarch:
|
||||||
|
- "386"
|
||||||
- amd64
|
- amd64
|
||||||
- arm
|
- arm
|
||||||
- arm64
|
- arm64
|
||||||
|
|
@ -21,6 +22,8 @@ builds:
|
||||||
goarch: arm
|
goarch: arm
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: arm
|
goarch: arm
|
||||||
|
- goos: darwin
|
||||||
|
goarch: 386
|
||||||
- goos: freebsd
|
- goos: freebsd
|
||||||
goarch: arm
|
goarch: arm
|
||||||
- goos: freebsd
|
- goos: freebsd
|
||||||
|
|
@ -29,6 +32,7 @@ archive:
|
||||||
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
replacements:
|
replacements:
|
||||||
|
386: i386
|
||||||
amd64: x64
|
amd64: x64
|
||||||
darwin: osx
|
darwin: osx
|
||||||
format_overrides:
|
format_overrides:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue