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

Added support for multiarch windows release binaries

Signed-off-by: Andrew Block <andy.block@gmail.com>
This commit is contained in:
Andrew Block
2025-03-30 11:44:43 -05:00
parent 200bb6d8ab
commit 4515b3f3ff
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