Skip to content

Commit

Permalink
Fixes for release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznecovas committed Sep 23, 2020
1 parent 4858eab commit ffd066f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ dist: goreleaser-build
builds:
- main: main.go
binary: mouthful
id: mouthful-linux-amd64
goos:
- linux
goarch:
- amd64
hooks:
pre: ./goreleaser-pre.sh
- main: main.go
id: mouthful-windows-amd64
env:
- CGO_ENABLED=1
- CC=x86_64-w64-mingw32-gcc
Expand All @@ -20,6 +22,7 @@ builds:
goarch:
- amd64
- main: ./cmd/spoon/main.go
id: spoon-linux-amd64
binary: spoon
goos:
- linux
Expand All @@ -28,6 +31,7 @@ builds:
hooks:
pre: ./goreleaser-pre.sh
- main: ./cmd/spoon/main.go
id: spoon-windows-amd64
env:
- CGO_ENABLED=1
- CC=x86_64-w64-mingw32-gcc
Expand Down

0 comments on commit ffd066f

Please sign in to comment.