File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 88 "aarch64-linux" : {
99 "url" : " https://github.com/metalbear-co/mirrord/releases/download/3.131.2/mirrord_linux_aarch64" ,
1010 "hash" : " sha256-2SC/6Q43AhUjx2i3kwCLHIMEnxp23qbUuFXYKZBLin8="
11+ },
12+ "aarch64-darwin" : {
13+ "url" : " https://github.com/metalbear-co/mirrord/releases/download/3.131.2/mirrord_mac_universal" ,
14+ "hash" : " sha256-uR7k9bE0J6Ald2joM+d51IbEIKBsigD+D5hAUeR17hk="
15+ },
16+ "x86_64-darwin" : {
17+ "url" : " https://github.com/metalbear-co/mirrord/releases/download/3.131.2/mirrord_mac_universal" ,
18+ "hash" : " sha256-uR7k9bE0J6Ald2joM+d51IbEIKBsigD+D5hAUeR17hk="
1119 }
1220 }
1321}
Original file line number Diff line number Diff line change 1111platforms = {
1212 "x86_64-linux" : "linux_x86_64" ,
1313 "aarch64-linux" : "linux_aarch64" ,
14+ "aarch64-darwin" : "mac_universal" ,
15+ "x86_64-darwin" : "mac_universal" ,
1416}
1517
1618if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments