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" } } }