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:
-
binary: validtoml
goos:
- windows
- darwin
- linux
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