fix goreleaser
This commit is contained in:
parent
fb8b926cb6
commit
ec853c9fbe
1 changed files with 1 additions and 14 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue