Skip to content

Commit 4515b3f

Browse files
committed
Added support for multiarch windows release binaries
Signed-off-by: Andrew Block <[email protected]>
1 parent 200bb6d commit 4515b3f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ archives:
119119
builds:
120120
- binary-windows
121121
# NB: specifically crafted to ensure compatibility with release artifacts < v3.8.0.
122-
name_template: '{{ .ProjectName }}-v{{ .Version }}'
122+
name_template: '{{ .ProjectName }}-v{{ .Version }}.{{ .Arch }}'
123123

124124
- id: archive-darwin-universal
125125
format: binary

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Project changes:
9696
* We now also build a Windows ARM64 binary ([#1791](https://github.com/getsops/sops/pull/1791)).
9797
* In the `updatekey.Opts` structure, `GroupQuorum` was renamed to `ShamirThreshold`
9898
([#1631](https://github.com/getsops/sops/pull/1631)).
99+
* Produce multiple Windows binaries ([#1823](https://github.com/getsops/sops/pull/1823)).
99100

100101
## 3.9.4
101102

0 commit comments

Comments
 (0)