Skip to content

Commit

Permalink
update zip-m1.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous authored and pegahvaezi committed Oct 30, 2023
1 parent 3af766d commit b7959b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zip-m1.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/bash

if [[ $(uname -m) == 'arm64' ]]; then
cargo build --release --features sqlite-encrypted
cd target/release && tar -cvzf holochain-runner-arm64-apple-darwin.tar.gz holochain-runner
echo "output: target/release/holochain-runner-arm64-apple-darwin.tar.gz"
else
echo "This script is only for Apple Silicon"
fi

0 comments on commit b7959b3

Please sign in to comment.