Remove goreleaser

Former-commit-id: 4917070ce632a6cedf0b5b3c4a2cf45aa4bbb271 [formerly 98fa8a9d297a2786d332f22ac77eb53e43b43f0c] [formerly f0bbeb242e7615e4784f3898b97b7555e134868b [formerly d1dc4804ad9e5a7e57e9f112c9bd7ab98564ae4f]]
Former-commit-id: de57b86dde4c6d5bde9eb211a6755966a95d64ee [formerly 395bc843211b4c46410c62f9525f9e43527e8dfd]
Former-commit-id: 04e6b16e8658bb4caeee788651bfad6da0e4e36c
Former-commit-id: f1abfbe858
This commit is contained in:
Zack Scholl 2017-03-23 14:18:58 -06:00
parent 61b8d275be
commit 97bfc15692
2 changed files with 0 additions and 28 deletions

View File

@ -1,25 +0,0 @@
# 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

View File

@ -1,3 +0,0 @@
#!/bin/bash
set -ex
upx dist/cowyo*/cowyo*