Add targets for fat binaries on macOS deployment

pull/30/head
Benedikt Terhechte 2 years ago
parent 5c526f45e9
commit b1d6581d07

@ -22,6 +22,8 @@ jobs:
- os: macOS-latest
command: |
cd postsack-native
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
cargo install cargo-bundle
./build_mac.sh
binary: target/postsack.zip

Loading…
Cancel
Save