From b1d6581d0744c528688a784708797e62d68e0be9 Mon Sep 17 00:00:00 2001 From: Benedikt Terhechte Date: Mon, 20 Dec 2021 08:48:13 +0100 Subject: [PATCH] Add targets for fat binaries on macOS deployment --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 03c63b2..2116ad7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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