fix goreleaser
Some checks failed
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/tag/release Pipeline failed

This commit is contained in:
Mael G. 2023-08-13 21:51:11 +02:00
parent fb8b926cb6
commit ec853c9fbe

View file

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