mirror of
https://github.com/jimeh/casecmp.git
synced 2026-02-19 10:26:40 +00:00
Add .goreleaser.yml
This commit is contained in:
19
.goreleaser.yml
Normal file
19
.goreleaser.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
builds:
|
||||||
|
- main: main.go
|
||||||
|
binary: casecmp
|
||||||
|
goos:
|
||||||
|
- darwin
|
||||||
|
- freebsd
|
||||||
|
- linux
|
||||||
|
- windows
|
||||||
|
goarch:
|
||||||
|
- amd64
|
||||||
|
- 386
|
||||||
|
- arm
|
||||||
|
git:
|
||||||
|
short_hash: true
|
||||||
|
archive:
|
||||||
|
format: tar.gz
|
||||||
|
files:
|
||||||
|
- README.md
|
||||||
|
- LICENSE
|
||||||
Reference in New Issue
Block a user