From 5f5a0d1e165c1de3a1afcdb769395e782c9c5fd6 Mon Sep 17 00:00:00 2001 From: Felix Zeller Date: Mon, 1 Apr 2024 11:47:57 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 342cb6b3..0a25047e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,11 +18,21 @@ jobs: target: x86_64-unknown-linux-gnu use-cross: true + - build: linux + os: ubuntu-latest + target: aarch64-unknown-linux-gnu + use-cross: true + - build: macos os: macos-latest target: x86_64-apple-darwin use-cross: true + - build: macos + os: macos-latest + target: aarch64-apple-darwin + use-cross: true + - build: windows-gnu os: windows-latest target: x86_64-pc-windows-gnu