yq@4.52.4: Add arm64 support (#7676)

This commit is contained in:
deuteros-gex 2026-02-24 18:53:49 +08:00 committed by GitHub
parent 9771b902c7
commit 7470b008f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,10 @@
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.52.4/yq_windows_386.exe#/yq.exe",
"hash": "fe333fee39b8da25aebaa28aa6f73e1587352172bd438801fd0b94e3feacaf5f"
},
"arm64": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.52.4/yq_windows_arm64.exe#/yq.exe",
"hash": "ca8c95235198204b4e74ea79b416367bc373cda6b591ca38d4a8cbc0ea8b9a6e"
}
},
"bin": "yq.exe",
@ -24,6 +28,9 @@
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v$version/yq_windows_386.exe#/yq.exe"
},
"arm64": {
"url": "https://github.com/mikefarah/yq/releases/download/v$version/yq_windows_arm64.exe#/yq.exe"
}
}
}