Update .goreleaser.yml
This commit is contained in:
parent
5bd60ce05a
commit
d8f057757e
|
@ -26,6 +26,8 @@ build:
|
|||
- goos: freebsd
|
||||
goarch: arm
|
||||
goarm: 6
|
||||
- goos: linux
|
||||
goarch: arm64
|
||||
|
||||
archive:
|
||||
name_template: "{{.Os}}-{{.Arch}}-{{ .ProjectName }}"
|
||||
|
|
Loading…
Reference in New Issue