mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
Fix Linux builds messing up in the final stage
This commit is contained in:
parent
83cd212f5c
commit
3fa767e3f3
@ -26,7 +26,7 @@ builds:
|
|||||||
- goos: freebsd
|
- goos: freebsd
|
||||||
goarch: arm64
|
goarch: arm64
|
||||||
archive:
|
archive:
|
||||||
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}{{ if .Arm }}-{{ .Arch }}v{{ .Arm }}{{ end }}"
|
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
replacements:
|
replacements:
|
||||||
amd64: x64
|
amd64: x64
|
||||||
|
Loading…
Reference in New Issue
Block a user