mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-02 18:39:59 -07:00
Fix Linux builds messing up in the final stage
This commit is contained in:
@@ -26,7 +26,7 @@ builds:
|
||||
- goos: freebsd
|
||||
goarch: arm64
|
||||
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
|
||||
replacements:
|
||||
amd64: x64
|
||||
|
||||
Reference in New Issue
Block a user