Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions v2/.goreleaser.yml.plush
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ builds:
- linux
- windows
goarch:
- s390x
- ppc64le
- 386
- amd64
Expand All @@ -15,6 +16,10 @@ builds:
goarch: ppc64le
- goos: windows
goarch: ppc64le
- goos: darwin
goarch: s390x
- goos: windows
goarch: s390x
main: ./packr2/main.go
binary: packr2

Expand Down