Skip to content

Commit

Permalink
git: Add arm64 support
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Nov 26, 2024
1 parent 0be1d23 commit 80349fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bucket/git.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/PortableGit-2.47.1-32-bit.7z.exe#/dl.7z",
"hash": "7d022cdf6a79b0206db4274231f51bee271001d8c88fe2e25d5ff81cc0535b80"
},
"arm64": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/PortableGit-2.47.1-arm64.7z.exe#/dl.7z",
"hash": "d366f44ef2b65e11f7b5a1430ae43aceb5f7c640150f325fa4b767f6da472845"
}
},
"bin": [
Expand Down Expand Up @@ -47,6 +51,9 @@
},
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v$version/PortableGit-$matchFull-32-bit.7z.exe#/dl.7z"
},
"arm64": {
"url": "https://github.com/git-for-windows/git/releases/download/v$version/PortableGit-$matchFull-arm64.7z.exe#/dl.7z"
}
},
"hash": {
Expand Down

0 comments on commit 80349fb

Please sign in to comment.