From edc7fad925d7000a49958d45c1f36f3bc894a2f0 Mon Sep 17 00:00:00 2001 From: Tim-Paik Date: Mon, 6 Jun 2022 13:19:34 +0800 Subject: [PATCH] add aarch64 support --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3aae539..456faa7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,8 +22,12 @@ jobs: os: ubuntu-latest - target: x86_64-unknown-linux-musl os: ubuntu-latest + - target: aarch64-apple-darwin + os: macos-latest - target: x86_64-apple-darwin os: macos-latest + - target: aarch64-pc-windows-msvc + os: windows-latest - target: x86_64-pc-windows-msvc os: windows-latest runs-on: ${{ matrix.os }} @@ -32,6 +36,7 @@ jobs: - uses: taiki-e/upload-rust-binary-action@v1 with: bin: srv + archive: $bin-$tag-$target target: ${{ matrix.target }} tar: unix zip: windows