Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
generated goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jan 31, 2019
1 parent 78067fa commit 2745c04
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions v2/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@ builds:
- darwin
- linux
- windows
goarch:
- ppc64le
- 386
- amd64
env:
- CGO_ENABLED=0
ignore:
- goos: darwin
goarch: ppc64le
- goos: windows
goarch: ppc64le
main: ./packr2/main.go
binary: packr2

Expand All @@ -25,3 +34,8 @@ changelog:
- '^docs:'
- '^test:'

brew:
github:
owner: gobuffalo
name: homebrew-tap

0 comments on commit 2745c04

Please sign in to comment.