1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Merge pull request #1823 from sabre1041/goreleaser-windows-arch

Added support for multiarch windows release binaries
This commit is contained in:
Felix Fontein
2025-03-30 19:05:20 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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