validtoml/.goreleaser.yml

16 lines
195 B
YAML
Raw Permalink Normal View History

2018-01-08 01:35:27 +01:00
builds:
-
binary: validtoml
goos:
2023-08-13 21:51:11 +02:00
- linux
2018-01-08 01:35:27 +01:00
goarch:
- amd64
# Archive customization
2021-06-30 14:29:24 +02:00
archives:
- id: tgz
format: tar.gz
files:
- README.md
- LICENSE