Files
ffmpegd/.goreleaser.yml

21 lines
399 B
YAML

builds:
- goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64
format_overrides:
- goos: windows
format: zip
files:
- README.md
- LICENSE