Skip to content

Commit 2cb7498

Browse files
albertocavalcantemikefarah
authored andcommitted
chore(release): add windows arm64 binary target for release
1 parent 649c9a0 commit 2cb7498

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ builds:
3838
- openbsd_amd64
3939
- windows_386
4040
- windows_amd64
41+
- windows_arm64
4142

4243
no_unique_dist_dir: true
4344

scripts/xcompile.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ tar czvf yq_man_page_only.tar.gz yq.1 -C ../scripts install-man-page.sh
2424

2525
rm yq_windows_386.exe.tar.gz
2626
rm yq_windows_amd64.exe.tar.gz
27+
rm yq_windows_arm64.exe.tar.gz
2728

2829
zip yq_windows_386.zip yq_windows_386.exe
2930
zip yq_windows_amd64.zip yq_windows_amd64.exe
31+
zip yq_windows_arm64.zip yq_windows_arm64.exe
3032

3133
rm yq.1
3234

0 commit comments

Comments
 (0)