mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Update goreleaser
Former-commit-id: 30888d69957a68dd8a3fe025bb90a671135c011a [formerly 64906e29fda1a6da209155a2572cecd3cd4ab639] [formerly d6d932dab5bd2bdb4e7a78b0229fc21c29dd76af [formerly a9b194fe32d668683d3099286d5079773fdff3e6]]
Former-commit-id: d8684df40761e41ba6a08e5caf025ee652bd7d8c [formerly f4827b3cfd5a561865df53ce8246e8c412c0a202]
Former-commit-id: dca71837f3bffdab7c9374a47536a16e72eb2013
Former-commit-id: 752902466e
This commit is contained in:
parent
3b7e35f9ef
commit
61b8d275be
@ -7,10 +7,19 @@ build:
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
|
||||
goarch:
|
||||
- amd64
|
||||
|
||||
hooks:
|
||||
pre: go-bindata static/... templates/...
|
||||
post: /bin/sh script.sh
|
||||
post: /bin/sh script.sh
|
||||
|
||||
archive:
|
||||
format: zip
|
||||
replacements:
|
||||
amd64: amd64
|
||||
darwin: osx
|
||||
linux: linux
|
||||
windows: windows
|
||||
|
Loading…
Reference in New Issue
Block a user