1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
cowyo/goreleaser.yml

26 lines
337 B
YAML
Raw Normal View History

# goreleaser.yml
build:
binary: cowyo
ldflags: -s -w
goos:
- linux
- windows
- darwin
goarch:
- amd64
hooks:
pre: go-bindata static/... templates/...
post: /bin/sh script.sh
archive:
format: zip
replacements:
amd64: amd64
darwin: osx
linux: linux
windows: windows