From 76a925b48b73f49c373aa0e389e47468f6ac5014 Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Tue, 23 May 2023 22:27:40 +0300 Subject: [PATCH] doctl: Add arm64 architecture (#4811) * doctl@1.95.0: Add arm64 architecture * doctl: Update to version 1.96.0 --- bucket/doctl.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/doctl.json b/bucket/doctl.json index 44bc99ec4f..925bc49ff4 100644 --- a/bucket/doctl.json +++ b/bucket/doctl.json @@ -11,6 +11,10 @@ "32bit": { "url": "https://github.com/digitalocean/doctl/releases/download/v1.96.0/doctl-1.96.0-windows-386.zip", "hash": "f621f1141ad3ada1086b6c1659e07a5e157b5b43c5e36583dcf800a56fcc3644" + }, + "arm64": { + "url": "https://github.com/digitalocean/doctl/releases/download/v1.96.0/doctl-1.96.0-windows-arm64.zip", + "hash": "93e887f0ae927ee246330dfcc5bc13a4ed3cc502d12bfd9a4dfde7808a34998a" } }, "bin": "doctl.exe", @@ -22,6 +26,9 @@ }, "32bit": { "url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-386.zip" + }, + "arm64": { + "url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-arm64.zip" } }, "hash": {