Skip to content

Commit 0e4be0a

Browse files
authored
[email protected]: Add arm64 support (#7492)
1 parent 99cb9ac commit 0e4be0a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bucket/jj.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"64bit": {
88
"url": "https://github.com/jj-vcs/jj/releases/download/v0.37.0/jj-v0.37.0-x86_64-pc-windows-msvc.zip",
99
"hash": "8400a4021a94dbb29b292b776812ef0d17c125bc72603cfdf8e18d2f382bccb1"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/jj-vcs/jj/releases/download/v0.37.0/jj-v0.37.0-aarch64-pc-windows-msvc.zip",
13+
"hash": "47645aa127449baf6b8ffa54353b5018bc3463a545c7aed4cb9fb13833e94d71"
1014
}
1115
},
1216
"bin": "jj.exe",
@@ -15,6 +19,9 @@
1519
"architecture": {
1620
"64bit": {
1721
"url": "https://github.com/jj-vcs/jj/releases/download/v$version/jj-v$version-x86_64-pc-windows-msvc.zip"
22+
},
23+
"arm64": {
24+
"url": "https://github.com/jj-vcs/jj/releases/download/v$version/jj-v$version-aarch64-pc-windows-msvc.zip"
1825
}
1926
}
2027
}

0 commit comments

Comments
 (0)