From 25fcc311835411d19b27b102a7d9df3ecccaa81f Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Thu, 12 Oct 2023 06:28:35 +0300 Subject: [PATCH] lab@0.25.1: Add arm64 variant (#5169) --- bucket/lab.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/lab.json b/bucket/lab.json index 6508fdb92d..3a7ed47034 100644 --- a/bucket/lab.json +++ b/bucket/lab.json @@ -7,6 +7,10 @@ "64bit": { "url": "https://github.com/zaquestion/lab/releases/download/v0.25.1/lab_0.25.1_windows_amd64.zip", "hash": "75daf8d98678c5544b20a1a544ae77506d2f5bd011e7094f251d69bdf3262994" + }, + "arm64": { + "url": "https://github.com/zaquestion/lab/releases/download/v0.25.1/lab_0.25.1_windows_arm64.zip", + "hash": "15715fb650e16aee10a0a2849aec4a96f33a4a2808df562aad28b3fc630c85f6" } }, "bin": "lab.exe", @@ -17,6 +21,9 @@ "architecture": { "64bit": { "url": "https://github.com/zaquestion/lab/releases/download/v$version/lab_$version_windows_amd64.zip" + }, + "arm64": { + "url": "https://github.com/zaquestion/lab/releases/download/v$version/lab_$version_windows_arm64.zip" } }, "hash": {