diff --git a/goreleaser.yml b/goreleaser.yml index 62c5d4f..86e8dea 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -7,10 +7,19 @@ build: goos: - linux - windows + - darwin goarch: - amd64 hooks: pre: go-bindata static/... templates/... - post: /bin/sh script.sh \ No newline at end of file + post: /bin/sh script.sh + + archive: + format: zip + replacements: + amd64: amd64 + darwin: osx + linux: linux + windows: windows