Skip to content

Commit

Permalink
minisign: Add support for aarch64
Browse files Browse the repository at this point in the history
Close: #6459

Signed-off-by: Ryan Keane <[email protected]>
  • Loading branch information
Ra2-IFV committed Jan 30, 2025
1 parent 535c9ed commit e3eb862
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion bucket/minisign.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
"64bit": {
"url": "https://github.com/jedisct1/minisign/releases/download/0.12/minisign-0.12-win64.zip",
"hash": "37b600344e20c19314b2e82813db2bfdcc408b77b876f7727889dbd46d539479",
"extract_dir": "minisign-win64"
"extract_dir": "minisign-win64/x86_64"
},
"arm64": {
"url": "https://github.com/jedisct1/minisign/releases/download/0.12/minisign-0.12-win64.zip",
"hash": "37b600344e20c19314b2e82813db2bfdcc408b77b876f7727889dbd46d539479",
"extract_dir": "minisign-win64/aarch64"
}
},
"bin": "minisign.exe",
Expand All @@ -18,6 +23,9 @@
"architecture": {
"64bit": {
"url": "https://github.com/jedisct1/minisign/releases/download/$version/minisign-$version-win64.zip"
},
"arm64": {
"url": "https://github.com/jedisct1/minisign/releases/download/$version/minisign-$version-win64.zip"
}
}
}
Expand Down

0 comments on commit e3eb862

Please sign in to comment.