Skip to content

Commit

Permalink
Merge pull request #228 from pdemonaco/add-ppc64-and-ppc64le-targets
Browse files Browse the repository at this point in the history
Fix for #227 - Add ppc64 and ppc64le targets
  • Loading branch information
twpayne authored Mar 20, 2019
2 parents fbe9964 + 30bfacf commit 433cc21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ builds:
- amd64
- arm
- arm64
- ppc64
- ppc64le
goarm:
- ''
ignore:
Expand Down Expand Up @@ -67,6 +69,8 @@ nfpm:
formats:
- deb
- rpm
dependencies:
- git
overrides:
rpm:
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Env.TRAVIS_BUILD_NUMBER }}-{{ .Arch }}"
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing

`chezmoi` development happens on Github. When contributing, please first [open
an issue](https://github.com/twpayne/dotfiles/issues/new) to discuss the change
an issue](https://github.com/twpayne/chezmoi/issues/new) to discuss the change
that you want to make. Bug reports and documentation improvements are
particularly welcome.

Expand Down

0 comments on commit 433cc21

Please sign in to comment.