diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 43a1b0e1e0d..3276482526c 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -21,6 +21,8 @@ builds: - amd64 - arm - arm64 + - ppc64 + - ppc64le goarm: - '' ignore: @@ -67,6 +69,8 @@ nfpm: formats: - deb - rpm + dependencies: + - git overrides: rpm: name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Env.TRAVIS_BUILD_NUMBER }}-{{ .Arch }}" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17711f78bdb..6a074f97be1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.