mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
16 lines
198 B
YAML
16 lines
198 B
YAML
|
# goreleaser.yml
|
||
|
build:
|
||
|
binary: cowyo
|
||
|
|
||
|
ldflags: -s -w
|
||
|
|
||
|
goos:
|
||
|
- linux
|
||
|
- windows
|
||
|
|
||
|
goarch:
|
||
|
- amd64
|
||
|
|
||
|
hooks:
|
||
|
pre: go-bindata static/... templates/...
|
||
|
post: /bin/sh script.sh
|