Skip to content

Commit

Permalink
Multiple projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Nov 25, 2018
1 parent 09e710c commit 05eda2d
Showing 1 changed file with 26 additions and 13 deletions.
39 changes: 26 additions & 13 deletions .goreleaser.yml
Expand Up @@ -2,24 +2,37 @@
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
# you may remove this if you don't use vgo
- go mod download
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- main: ./furnace-aws/main.go
binary: furnace-aws
env:
- CGO_ENABLED=0
goarch:
- amd64
- arm
- arm64
- main: ./furnace-do/main.go
binary: furnace-do
ldflags:
- -s -w
env:
- CGO_ENABLED=0
goarch:
- amd64
- arm
- arm64
- main: ./furnace-gcp/main.go
binary: furnace-gcp
env:
- CGO_ENABLED=0
goarch:
- amd64
- arm
- arm64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 05eda2d

Please sign in to comment.