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