chore(release): add windows arm64 binary target for release

This commit is contained in:
Alberto Cavalcante 2025-04-22 20:01:52 -07:00 committed by Mike Farah
parent 649c9a083a
commit 2cb7498444
2 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@ builds:
- openbsd_amd64
- windows_386
- windows_amd64
- windows_arm64
no_unique_dist_dir: true

View File

@ -24,9 +24,11 @@ tar czvf yq_man_page_only.tar.gz yq.1 -C ../scripts install-man-page.sh
rm yq_windows_386.exe.tar.gz
rm yq_windows_amd64.exe.tar.gz
rm yq_windows_arm64.exe.tar.gz
zip yq_windows_386.zip yq_windows_386.exe
zip yq_windows_amd64.zip yq_windows_amd64.exe
zip yq_windows_arm64.zip yq_windows_arm64.exe
rm yq.1