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