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:
parent
27c575e191
commit
73613679af
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user