Skip to content

Commit

Permalink
chore: build release versions of cli with dist feat
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Mar 11, 2024
1 parent e4bb600 commit fa8ac6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ build-release-artifacts arch:
cargo clean
if [[ $arch == arm* || $arch == armv7* || $arch == aarch64* ]]; then
cargo install cross
cross build --release --features=network-contacts --target $arch --bin safe
cross build --release --features="network-contacts,distribution" --target $arch --bin safe
cross build --release --features=network-contacts --target $arch --bin safenode
cross build --release --target $arch --bin safenode-manager
cross build --release --target $arch --bin safenodemand
cross build --release --target $arch --bin faucet --features=distribution
cross build --release --target $arch --bin safenode_rpc_client
else
cargo build --release --features=network-contacts --target $arch --bin safe
cargo build --release --features="network-contacts,distribution" --target $arch --bin safe
cargo build --release --features=network-contacts --target $arch --bin safenode
cargo build --release --target $arch --bin safenode-manager
cargo build --release --target $arch --bin safenodemand
Expand Down

0 comments on commit fa8ac6e

Please sign in to comment.