28 lines
439 B
YAML
28 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
|