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

Commit

Permalink
adding power support (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghatwala authored and markbates committed Jan 20, 2019
1 parent 5c8d936 commit 3f85f9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions v2/.goreleaser.yml.plush
Expand Up @@ -4,8 +4,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 3f85f9a

Please sign in to comment.