diff --git a/.goreleaser.yaml b/.goreleaser.yaml index a4895a61f..87bb3b2d1 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -119,7 +119,7 @@ archives: builds: - binary-windows # NB: specifically crafted to ensure compatibility with release artifacts < v3.8.0. - name_template: '{{ .ProjectName }}-v{{ .Version }}' + name_template: '{{ .ProjectName }}-v{{ .Version }}.{{ .Arch }}' - id: archive-darwin-universal format: binary diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c5f09f1..34a051add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,6 +96,7 @@ Project changes: * We now also build a Windows ARM64 binary ([#1791](https://github.com/getsops/sops/pull/1791)). * In the `updatekey.Opts` structure, `GroupQuorum` was renamed to `ShamirThreshold` ([#1631](https://github.com/getsops/sops/pull/1631)). +* Produce multiple Windows binaries ([#1823](https://github.com/getsops/sops/pull/1823)). ## 3.9.4