From 418df7220897fd2c2c75713b9cdb53ca1453d9dd Mon Sep 17 00:00:00 2001 From: xxchan Date: Mon, 21 Aug 2023 17:38:32 +0200 Subject: [PATCH] add more targets Signed-off-by: xxchan --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4953683..325104f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,10 +55,18 @@ jobs: os: ubuntu-20.04 rust: stable target: x86_64-unknown-linux-musl + - build: linux + os: ubuntu-20.04 + rust: stable + target: aarch64-unknown-linux-musl - build: macos os: macos-latest rust: stable target: x86_64-apple-darwin + - build: macos + os: macos-latest + rust: stable + target: aarch64-apple-darwin - build: win-msvc os: windows-2019 rust: stable