From 6b0239b1f38c4e09f794f42c3cb70f94c52f4fb7 Mon Sep 17 00:00:00 2001 From: Sam Woodward Date: Thu, 6 Feb 2025 14:48:43 +0000 Subject: [PATCH] git: Add arm64 version (#6497) --- bucket/git.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/git.json b/bucket/git.json index d7e4d6963c..f509219e2c 100644 --- a/bucket/git.json +++ b/bucket/git.json @@ -18,6 +18,10 @@ "32bit": { "url": "https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.2/PortableGit-2.47.1.2-32-bit.7z.exe#/dl.7z", "hash": "b1b1715676b1aaf0cdffe7287c70c37a94408fd872d538f4b00834d278a9e02f" + }, + "arm64": { + "url": "https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.2/PortableGit-2.47.1.2-arm64.7z.exe#/dl.7z", + "hash": "6f554b6f0fb9e76448f42c2b0dd9c4c59f0a1d0df0c38c1a9029ebd9c49532b5" } }, "post_install": [ @@ -71,6 +75,9 @@ }, "32bit": { "url": "https://github.com/git-for-windows/git/releases/download/v$matchTag/PortableGit-$version-32-bit.7z.exe#/dl.7z" + }, + "arm64": { + "url": "https://github.com/git-for-windows/git/releases/download/v$matchTag/PortableGit-$version-arm64.7z.exe#/dl.7z" } }, "hash": {