mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-22 03:49:27 +01:00
Try building for 32bit systems
This commit is contained in:
parent
27c575e191
commit
73613679af
@ -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…
Reference in New Issue
Block a user