Fix GoReleaser config
This commit is contained in:
parent
6be2b5aeb5
commit
00109b62b4
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
project_name: goveal
|
||||
builds:
|
||||
- main: ./cmd/goveal/main.go
|
||||
- main: ./cmd/goveal/
|
||||
binary: goveal
|
||||
goos:
|
||||
- linux
|
||||
|
@ -16,10 +16,10 @@ builds:
|
|||
- CGO_ENABLED=0
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: 386
|
||||
goarch: '386'
|
||||
- goos: linux
|
||||
goarch: arm
|
||||
goarm: 7
|
||||
goarm: '7'
|
||||
archives:
|
||||
- replacements:
|
||||
darwin: Darwin
|
||||
|
|
Loading…
Reference in a new issue