update .goreleaser.yml
This commit is contained in:
@@ -6,7 +6,7 @@ builds:
|
||||
- id: neko
|
||||
main: ./main.go
|
||||
ldflags: -s -w
|
||||
binary: ipterm
|
||||
binary: neko
|
||||
goos:
|
||||
- darwin
|
||||
- linux
|
||||
@@ -17,14 +17,6 @@ builds:
|
||||
- 386
|
||||
- arm
|
||||
- arm64
|
||||
goarm:
|
||||
- 6
|
||||
- 7
|
||||
archives:
|
||||
- replacements:
|
||||
darwin: Darwin
|
||||
linux: Linux
|
||||
amd64: x86_64
|
||||
checksum:
|
||||
name_template: "checksums.txt"
|
||||
snapshot:
|
||||
|
||||
Reference in New Issue
Block a user