Skip to content

Commit 433cc21

Browse files
authored
Merge pull request #228 from pdemonaco/add-ppc64-and-ppc64le-targets
Fix for #227 - Add ppc64 and ppc64le targets
2 parents fbe9964 + 30bfacf commit 433cc21

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ builds:
2121
- amd64
2222
- arm
2323
- arm64
24+
- ppc64
25+
- ppc64le
2426
goarm:
2527
- ''
2628
ignore:
@@ -67,6 +69,8 @@ nfpm:
6769
formats:
6870
- deb
6971
- rpm
72+
dependencies:
73+
- git
7074
overrides:
7175
rpm:
7276
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Env.TRAVIS_BUILD_NUMBER }}-{{ .Arch }}"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing
22

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

0 commit comments

Comments
 (0)