add aarch64 support

This commit is contained in:
Tim-Paik 2022-06-06 13:19:34 +08:00
parent fd3c93a8d4
commit edc7fad925
Signed by: Tim-Paik
GPG Key ID: DC36A050DB42566D
1 changed files with 5 additions and 0 deletions

View File

@ -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