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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user