mirror of
https://github.com/zhigang1992/flora-kit.git
synced 2026-04-28 20:05:28 +08:00
Add goreleaser.yml
This commit is contained in:
20
goreleaser.yml
Normal file
20
goreleaser.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# goreleaser.yml
|
||||
# Build customization
|
||||
build:
|
||||
main: main.go
|
||||
binary: flora-kit
|
||||
goos:
|
||||
- windows
|
||||
- darwin
|
||||
- linux
|
||||
goarch:
|
||||
- amd64
|
||||
# Archive customization
|
||||
archive:
|
||||
format: tar.gz
|
||||
replacements:
|
||||
amd64: 64-bit
|
||||
darwin: macOS
|
||||
files:
|
||||
README.md
|
||||
LICENSE
|
||||
Reference in New Issue
Block a user