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 20, 2019
1 parent 1be4d65 commit 806d5b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 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 Down

0 comments on commit 806d5b4

Please sign in to comment.