Skip to content

Commit

Permalink
Merge branch 'chore-modify_bin_removal'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacderida committed Oct 24, 2024
2 parents bfe7f40 + 725ac94 commit 9e11a00
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions resources/scripts/remove-s3-binary-archives.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,22 @@ architectures=(
"x86_64-unknown-linux-musl"
)
declare -A binary_crate_dir_mappings=(
["faucet"]="sn_faucet"
["nat-detection"]="nat-detection"
["node-launchpad"]="node-launchpad"
["safe"]="sn_cli"
["autonomi"]="autonomi-cli"
["safenode"]="sn_node"
["safenode-manager"]="sn_node_manager"
["safenode_rpc_client"]="sn_node_rpc_client"
["safenodemand"]="sn_node_manager"
["sn_auditor"]="sn_auditor"
)
declare -A binary_s3_bucket_mappings=(
["faucet"]="sn-faucet"
["nat-detection"]="nat-detection"
["node-launchpad"]="node-launchpad"
["safe"]="sn-cli"
["autonomi"]="autonomi-cli"
["safenode"]="sn-node"
["safenode-manager"]="sn-node-manager"
["safenode_rpc_client"]="sn-node-rpc-client"
["safenodemand"]="sn-node-manager"
["sn_auditor"]="sn-auditor"
)

for arch in "${architectures[@]}"; do
Expand Down

0 comments on commit 9e11a00

Please sign in to comment.