Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Remove brew and improve windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaglow committed Aug 16, 2018
1 parent 075ea23 commit 7e76b3c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
project_name: cortexbot
brew:
repo: ilyaglow/cortex-tgbot
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/cortexbot/main.go
oses:
goos:
- windows
- darwin
- linux
goarch:
- 386
- amd64
- arm
- arm64
archive:
replacements:
darwin: darwin
linux: linux
windows: windows
386: i386
amd64: amd64
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 7e76b3c

Please sign in to comment.