diff --git a/v2/.goreleaser.yml.plush b/v2/.goreleaser.yml.plush index 4b1cfd4..79e030d 100644 --- a/v2/.goreleaser.yml.plush +++ b/v2/.goreleaser.yml.plush @@ -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