validtoml/.goreleaser.yml
2021-06-30 14:29:24 +02:00

29 lines
439 B
YAML

# Build customization
builds:
-
binary: validtoml
goos:
- windows
- darwin
goarch:
- 386
- amd64
ignore:
- goos: darwin
goarch: 386
# Archive customization
archives:
- id: tgz
format: tar.gz
format_overrides:
- goos: windows
format: zip
replacements:
amd64: 64-bit
386: 32-bit
darwin: macOS
files:
- README.md
- LICENSE