mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
chore(release): add windows arm64 binary target for release
This commit is contained in:
parent
649c9a083a
commit
2cb7498444
@ -38,6 +38,7 @@ builds:
|
||||
- openbsd_amd64
|
||||
- windows_386
|
||||
- windows_amd64
|
||||
- windows_arm64
|
||||
|
||||
no_unique_dist_dir: true
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user