From 7470b008f47d4c8af41f4e506909d8a7b29257e9 Mon Sep 17 00:00:00 2001 From: deuteros-gex <67225583+deuteros-gex@users.noreply.github.com> Date: Tue, 24 Feb 2026 18:53:49 +0800 Subject: [PATCH] yq@4.52.4: Add arm64 support (#7676) --- bucket/yq.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/yq.json b/bucket/yq.json index 8db32189d2..cad0964212 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -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" } } }