File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -15,26 +15,22 @@ architectures=(
15
15
" x86_64-unknown-linux-musl"
16
16
)
17
17
declare -A binary_crate_dir_mappings=(
18
- [" faucet" ]=" sn_faucet"
19
18
[" nat-detection" ]=" nat-detection"
20
19
[" node-launchpad" ]=" node-launchpad"
21
- [" safe " ]=" sn_cli "
20
+ [" autonomi " ]=" autonomi-cli "
22
21
[" safenode" ]=" sn_node"
23
22
[" safenode-manager" ]=" sn_node_manager"
24
23
[" safenode_rpc_client" ]=" sn_node_rpc_client"
25
24
[" safenodemand" ]=" sn_node_manager"
26
- [" sn_auditor" ]=" sn_auditor"
27
25
)
28
26
declare -A binary_s3_bucket_mappings=(
29
- [" faucet" ]=" sn-faucet"
30
27
[" nat-detection" ]=" nat-detection"
31
28
[" node-launchpad" ]=" node-launchpad"
32
- [" safe " ]=" sn -cli"
29
+ [" autonomi " ]=" autonomi -cli"
33
30
[" safenode" ]=" sn-node"
34
31
[" safenode-manager" ]=" sn-node-manager"
35
32
[" safenode_rpc_client" ]=" sn-node-rpc-client"
36
33
[" safenodemand" ]=" sn-node-manager"
37
- [" sn_auditor" ]=" sn-auditor"
38
34
)
39
35
40
36
for arch in " ${architectures[@]} " ; do
You can’t perform that action at this time.
0 commit comments